summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-06-16 10:11:46 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-06-16 10:11:46 +0300
commit0a6a0c3515d7a8e0743c857467047f2987e48310 (patch)
treeee79b039225dfefc245a137a472fef286387aec5 /indra/llui/llfloater.cpp
parenta66ec792c937b76ee41444a3663bcf81a362db85 (diff)
parente460985ddf0d427aba268c8746efd4fad2419c8d (diff)
merge
--HG-- branch : product-engine
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();
}