summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-06-14 15:39:10 -0700
committerRichard Nelson <none@none>2010-06-14 15:39:10 -0700
commite9a6d24fc11bf13f082b188a124a3715c55e6983 (patch)
tree33cf30edc91bc13334ddd7cf509e69d882dde075 /indra/llui/llfloater.cpp
parent5f640843134a255536638df357fbbd2d3845858e (diff)
parent7df20f1315d7fe9686abf3a2dc486613a9e51a83 (diff)
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-release
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();
}