diff options
author | James Cook <james@lindenlab.com> | 2009-11-06 11:17:43 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-06 11:17:43 -0800 |
commit | 07c63d8906b24fd0ee0f5d1e8d1ebc2b50107cf4 (patch) | |
tree | 7e364435673cef60bb9f99a42810ae8dd1edebea /indra/newview/lltoolpie.cpp | |
parent | f0bfea3438aa9b3f45a482c565870475cc6c1f9d (diff) | |
parent | d8864522a40b870a0d693dc7b5c76d140936ee25 (diff) |
merge
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r-- | indra/newview/lltoolpie.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index 24017202cc..93da32b115 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -494,6 +494,8 @@ BOOL LLToolPie::handleHover(S32 x, S32 y, MASK mask) } else if (handleMediaHover(mHoverPick)) { + // *NOTE: If you think the hover glow conflicts with the media outline, you + // could disable it here. show_highlight = true; // cursor set by media object lldebugst(LLERR_USER_INPUT) << "hover handled by LLToolPie (inactive)" << llendl; |