diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2012-05-24 19:20:37 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2012-05-24 19:20:37 +0300 |
commit | 61d550ee85b371add15d174b4f6fbd93624c3490 (patch) | |
tree | 3abfa9b07b93f77fbb38f36b727af9f08e92f56e /indra/llui/lltoggleablemenu.h | |
parent | 4dffa3351401bd8ba8326958b38a3d500805b5d1 (diff) |
CHUI-78 FIXED group actions gear menu in People->Groups.
Used the same menu for groups list context menu and gear menu in People->Groups.
Changed the type of groups list context menu to toggleable.
Diffstat (limited to 'indra/llui/lltoggleablemenu.h')
-rw-r--r-- | indra/llui/lltoggleablemenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltoggleablemenu.h b/indra/llui/lltoggleablemenu.h index 2094bd776f..dd9ac5b8c1 100644 --- a/indra/llui/lltoggleablemenu.h +++ b/indra/llui/lltoggleablemenu.h @@ -58,6 +58,8 @@ public: // its visibility off. bool toggleVisibility(); + LLHandle<LLToggleableMenu> getHandle() { return getDerivedHandle<LLToggleableMenu>(); } + protected: bool mClosedByButtonClick; LLRect mButtonRect; |