diff options
| author | Loren Shih <seraph@lindenlab.com> | 2009-11-17 20:17:21 -0500 |
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2009-11-17 20:17:21 -0500 |
| commit | 0f94b7ac3d7a3049586b6c1366722773725c5cec (patch) | |
| tree | eccef2533a96a9ab8b132ce1fadfe5675d751738 /indra/llui/lldockcontrol.cpp | |
| parent | a34c89df8724cc625b7e1383c12df43fc627d772 (diff) | |
| parent | 521820ad8da5d269ad22fae0b6a24bb31f8d41cb (diff) | |
merge
Diffstat (limited to 'indra/llui/lldockcontrol.cpp')
| -rw-r--r-- | indra/llui/lldockcontrol.cpp | 5 |
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) |
