diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2009-12-04 14:47:58 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2009-12-04 14:47:58 +0200 |
commit | 61d45146121532e4055e4f6f4409ff24a69f22f9 (patch) | |
tree | 5859d898ca106c3530241708301e7317720b3b1d /indra | |
parent | 83c8f43f8d155279192f0f6c75bca2458fe94f8f (diff) |
fixed low bug EXT-2963 (Buttons in Move floater don't have tool-tips)
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llmoveview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp index 9e46a4422a..c17427bec1 100644 --- a/indra/newview/llmoveview.cpp +++ b/indra/newview/llmoveview.cpp @@ -603,7 +603,7 @@ BOOL LLPanelStandStopFlying::handleToolTip(S32 x, S32 y, MASK mask) LLToolTipMgr::instance().show(mStopFlyingButton->getToolTip()); } - return TRUE; + return LLPanel::handleToolTip(x, y, mask); } void LLPanelStandStopFlying::reparent(LLFloaterMove* move_view) |