diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-12 18:16:59 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-12 18:16:59 -0700 |
commit | 9206226a377c88d34036ebd8a3ac6d9d55bc4146 (patch) | |
tree | 7b5515350c49018773c4021c202edb619ffe2318 /indra/llui/llview.h | |
parent | 17731c50a8ad2c465654db3cf88bcc2e885e2716 (diff) |
tooltips now only show labels for toolbar buttons when label is hidden or truncated
tooltips are no longer instantaneous once a tooltip is visible
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index a1c46f3bf3..5e3387dc98 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -238,7 +238,7 @@ public: ECursorType getHoverCursor() { return mHoverCursor; } - const std::string& getToolTip() const { return mToolTipMsg.getString(); } + virtual const std::string getToolTip() const { return mToolTipMsg.getString(); } void sendChildToFront(LLView* child); void sendChildToBack(LLView* child); |