diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-29 18:20:29 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-29 18:20:29 -0400 |
commit | 9e1b5bcd2cf40e9efe381f7fea7d855924b0f11c (patch) | |
tree | 536c5ab4b5c5b02d51ba185d375891ac9b968776 /indra/newview/llfloatersidepanelcontainer.h | |
parent | a6bdef648014ec1c7424b2bd307b3453cc5c786c (diff) |
SH-3312 FIX - closing floater with outfit edit now has same behavior as explicitly leaving outfit edit with backarrow
Diffstat (limited to 'indra/newview/llfloatersidepanelcontainer.h')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llfloatersidepanelcontainer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatersidepanelcontainer.h b/indra/newview/llfloatersidepanelcontainer.h index 10d85867ce..491723471f 100644..100755 --- a/indra/newview/llfloatersidepanelcontainer.h +++ b/indra/newview/llfloatersidepanelcontainer.h @@ -51,6 +51,8 @@ public: /*virtual*/ void onOpen(const LLSD& key); + /*virtual*/ void onClickCloseBtn(); + LLPanel* openChildPanel(const std::string& panel_name, const LLSD& params); static void showPanel(const std::string& floater_name, const LLSD& key); |