summaryrefslogtreecommitdiff
path: root/indra/llui/lldockcontrol.cpp
diff options
context:
space:
mode:
authorSteve Bennetts <steve@lindenlab.com>2009-11-17 12:37:00 -0800
committerSteve Bennetts <steve@lindenlab.com>2009-11-17 12:37:00 -0800
commit3b3fa1c0ab74546538a02a69098afc99eddd49f5 (patch)
treeeb9f5c03f4e925aabe0e37b5d5d34e215a6daaba /indra/llui/lldockcontrol.cpp
parent2365dbcd459b37942ddacbcb7010232113a126c1 (diff)
parentc76ab6c4b7384e34a4f32f2fa820b46f6373cdc3 (diff)
Merge from product-engine
Diffstat (limited to 'indra/llui/lldockcontrol.cpp')
-rw-r--r--indra/llui/lldockcontrol.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/lldockcontrol.cpp b/indra/llui/lldockcontrol.cpp
index 045505af5b..456a2925a3 100644
--- a/indra/llui/lldockcontrol.cpp
+++ b/indra/llui/lldockcontrol.cpp
@@ -266,6 +266,11 @@ void LLDockControl::off()
mEnabled = false;
}
+void LLDockControl::forceRecalculatePosition()
+{
+ mRecalculateDocablePosition = true;
+}
+
void LLDockControl::drawToungue()
{
if (mEnabled)