diff options
| author | richard <none@none> | 2010-02-11 18:11:08 -0800 |
|---|---|---|
| committer | richard <none@none> | 2010-02-11 18:11:08 -0800 |
| commit | 48a66364a11b2f4211b1a5b66e20e9e3335c0208 (patch) | |
| tree | 41ec68ffc0f97f58bb79bd9733430418d5222b5f /indra/llui/lldockcontrol.cpp | |
| parent | cd73d688463553158dab03c31b23e17a814072fa (diff) | |
| parent | 6c5b984bf670e34fd88a8f1a0bdeb1042fa531b2 (diff) | |
merge
Diffstat (limited to 'indra/llui/lldockcontrol.cpp')
| -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; } |
