diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-03-02 16:26:30 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-03-02 16:26:30 +0200 |
commit | ca37311987f038a153030a45da503d2162a18be6 (patch) | |
tree | 707d0b4403a5a8d7bff3459a9b5250821ad1533c /indra/newview/llinventorypanel.h | |
parent | be1739c5d584495c3cd946fd3e156d4b2ac0a2b2 (diff) |
Fixed major bug EXT-3981 ([BSI] scroll bar resets to near the top of inventory search)
- disabled auto scrolling in inventory panels when mouse pointer is over the panel
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index f312b588b9..37b03dbd7d 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -122,6 +122,10 @@ public: void* cargo_data, EAcceptance* accept, std::string& tooltip_msg); + + void onMouseEnter(S32 x, S32 y, MASK mask); + void onMouseLeave(S32 x, S32 y, MASK mask); + // LLUICtrl methods /*virtual*/ void onFocusLost(); /*virtual*/ void onFocusReceived(); |