diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-31 12:05:56 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-31 12:05:56 -0700 |
commit | 948b56e7c288471ce87838d12cb17b3f34885274 (patch) | |
tree | e653f7c0bb40f2c044a3a5e34495376278bce0dc /indra/newview/llfloatertoybox.h | |
parent | 130d017085a4fa609970245a49b6d1a97de404b2 (diff) |
* Added "clear all" button to the toybox floater with corresponding functions
added to LLToolBarView to perform the action.
* Updated toybox to new height size per XD.
Diffstat (limited to 'indra/newview/llfloatertoybox.h')
-rw-r--r-- | indra/newview/llfloatertoybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatertoybox.h b/indra/newview/llfloatertoybox.h index 6f0275b8fe..10aee0e6f5 100644 --- a/indra/newview/llfloatertoybox.h +++ b/indra/newview/llfloatertoybox.h @@ -50,6 +50,7 @@ public: std::string& tooltip_msg); protected: + void onBtnClearAll(); void onBtnRestoreDefaults(); void onToolBarButtonEnter(LLView* button); |