diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-04-07 17:35:21 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-04-07 17:35:21 +0300 |
commit | d623030d2b88ec0ae7bd3931303daf70631ef158 (patch) | |
tree | 724a6d2ed693947a342f711fe9dce6d45ccbcbed /indra/llui/llaccordionctrltab.h | |
parent | 5b8ea41e42dc7d9ea5d9a4c7bd477a88e62b8bf8 (diff) |
fix for EXT-6619 "i" icon appears on top of accordion title in the Group Info panel
https://codereview.productengine.com/secondlife/r/190/
reviewed mantipov
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llaccordionctrltab.h')
-rw-r--r-- | indra/llui/llaccordionctrltab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llaccordionctrltab.h b/indra/llui/llaccordionctrltab.h index 4b8b22405e..fb19d17e99 100644 --- a/indra/llui/llaccordionctrltab.h +++ b/indra/llui/llaccordionctrltab.h @@ -148,6 +148,8 @@ public: virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); virtual BOOL handleKey(KEY key, MASK mask, BOOL called_from_parent); + virtual BOOL handleToolTip(S32 x, S32 y, MASK mask); + virtual bool addChild(LLView* child, S32 tab_group); bool isExpanded() { return mDisplayChildren; } |