diff options
author | richard <none@none> | 2010-02-10 10:46:37 -0800 |
---|---|---|
committer | richard <none@none> | 2010-02-10 10:46:37 -0800 |
commit | 75916b486cca96e36cd11d92c0b3c21cb7e72d05 (patch) | |
tree | 15f6c95e3401c04f75dea5d5c5782149133938b6 /indra | |
parent | 1c1ebd0365a115c736f62fadec37e006cbf43f44 (diff) |
fixed tongue positioning
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/lldockcontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lldockcontrol.cpp b/indra/llui/lldockcontrol.cpp index f91c07184d..d738b10130 100644 --- a/indra/llui/lldockcontrol.cpp +++ b/indra/llui/lldockcontrol.cpp @@ -293,7 +293,7 @@ void LLDockControl::moveDockable() { mDockTongueX = dockRect.getCenterX() - mDockTongue->getWidth() / 2; } - mDockTongueY = dockRect.mTop + mDockTongue->getHeight(); + mDockTongueY = dockRect.mBottom - mDockTongue->getHeight(); break; } |