diff options
author | angela <angela@lindenlab.com> | 2009-10-29 16:28:04 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-10-29 16:28:04 +0800 |
commit | 07749af3871420b9f4542e288da4372cdf2d2513 (patch) | |
tree | 1f4691239af44ebdd0961008766975bff9f82130 /indra/llui/llbutton.cpp | |
parent | 4f4be142b30cd77e23b28d16998323e539933b15 (diff) |
EXT-1954 Implement Inspector Info i rollover icon
Diffstat (limited to 'indra/llui/llbutton.cpp')
-rw-r--r-- | indra/llui/llbutton.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index fd369730d6..a7946cacf5 100644 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -486,6 +486,11 @@ void LLButton::onMouseLeave(S32 x, S32 y, MASK mask) mNeedsHighlight = FALSE; } +void LLButton::setHighlight(bool b) +{ + mNeedsHighlight = b; +} + BOOL LLButton::handleHover(S32 x, S32 y, MASK mask) { if (!childrenHandleHover(x, y, mask)) |