diff options
| author | Richard Nelson <none@none> | 2010-06-14 15:38:02 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-06-14 15:38:02 -0700 |
| commit | e97cef4de92f446bb51b4137ce64605f74d7f48e (patch) | |
| tree | 5891b78cff5c7f656b0cf44b4b3ddcdd18ae83a2 | |
| parent | 380f472308e3be7af3b3efb57098cc30aee2c901 (diff) | |
EXT-7664 FIX Titles of all floaters are shifted down
| -rw-r--r-- | indra/llui/llfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 341debc9a8..9a56372e68 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -347,7 +347,7 @@ void LLFloater::layoutDragHandle() { rect = getLocalRect(); } - mDragHandle->setRect(rect); + mDragHandle->setShape(rect); updateTitleButtons(); } |
