summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-06-14 15:38:02 -0700
committerRichard Nelson <none@none>2010-06-14 15:38:02 -0700
commite97cef4de92f446bb51b4137ce64605f74d7f48e (patch)
tree5891b78cff5c7f656b0cf44b4b3ddcdd18ae83a2 /indra/llui/llfloater.cpp
parent380f472308e3be7af3b3efb57098cc30aee2c901 (diff)
EXT-7664 FIX Titles of all floaters are shifted down
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r--indra/llui/llfloater.cpp2
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();
}