diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-02-23 18:13:50 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-02-23 18:13:50 -0800 |
commit | 262f34b25dbdde7940ef28ff02058f4ef12d92f1 (patch) | |
tree | 94cc86c4cded4e4839d871d41a073ccf6e4969ab /indra/newview/llpanelnearbymedia.h | |
parent | 8cf7dad209fd97c1ab822ef183e8a74faceeb3d8 (diff) |
FIX EXT-5517: clear hover face when cursor hovers over Nearby Media panel
Review #140
This isn't the most generalized solution, but it fixes the proximal
problem of selecting items in the Nearby Media panel, and is low risk
because the code change is isolated to that panel.
Diffstat (limited to 'indra/newview/llpanelnearbymedia.h')
-rw-r--r-- | indra/newview/llpanelnearbymedia.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelnearbymedia.h b/indra/newview/llpanelnearbymedia.h index 551e2419c4..4f864519f5 100644 --- a/indra/newview/llpanelnearbymedia.h +++ b/indra/newview/llpanelnearbymedia.h @@ -56,6 +56,7 @@ public: /*virtual*/ void handleVisibilityChange ( BOOL new_visibility ); /*virtual*/ void onTopLost (); /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent); + /*virtual*/ BOOL handleHover(S32 x, S32 y, MASK mask); // this is part of the nearby media *dialog* so we can track whether // the user *implicitly* wants audio on or off via their *explicit* |