diff options
author | Merov Linden <merov@lindenlab.com> | 2012-01-11 17:43:17 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-01-11 17:43:17 -0800 |
commit | 33a17d8a83b3810e344e663395219d3130cb34c3 (patch) | |
tree | 5d0e7dd343b3aef2a42f8c38e513b45369e56f63 /indra/llui/lltoolbar.h | |
parent | daa96009a20b09b7ab9f84b4562462e410d1fa78 (diff) |
EXP-1549 : Disable the Remove button menu item in the toolbar contextual menu if no button clicked
Diffstat (limited to 'indra/llui/lltoolbar.h')
-rw-r--r-- | indra/llui/lltoolbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h index 51fe23ddd1..a50c60282c 100644 --- a/indra/llui/lltoolbar.h +++ b/indra/llui/lltoolbar.h @@ -271,6 +271,7 @@ private: LLLayoutStack* mCenteringStack; LLPanel* mButtonPanel; LLHandle<class LLContextMenu> mPopupMenuHandle; + LLHandle<class LLView> mRemoveButtonHandle; LLToolBarButton* mRightMouseTargetButton; |