diff options
author | Andrew Polunin <apolunin@productengine.com> | 2010-07-21 19:00:57 +0300 |
---|---|---|
committer | Andrew Polunin <apolunin@productengine.com> | 2010-07-21 19:00:57 +0300 |
commit | a96f47db68dd52fa94bc3e9f652623583f85c60a (patch) | |
tree | a9c1962e359cbf076ad527e25ac999bbc9b1bccc /indra/newview/llpaneloutfitedit.h | |
parent | 258f67cd02627b8ab2b03f940f8f4fefe9f9848f (diff) |
EXT-8164 FIXED (Accordions should be reset to default state after Edit Outfit panel reopening)
Now accordion on panels 'Edit Outfit', 'Editing Shape', 'Editing Hair', 'Editing Eyes', 'Editing Skin', 'Group Profile' and 'Place Profile' are reset when the panels are closed and then opened again.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/782/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpaneloutfitedit.h')
-rw-r--r-- | indra/newview/llpaneloutfitedit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitedit.h b/indra/newview/llpaneloutfitedit.h index ad128b1055..13ceda98a6 100644 --- a/indra/newview/llpaneloutfitedit.h +++ b/indra/newview/llpaneloutfitedit.h @@ -183,6 +183,8 @@ public: */ bool switchPanels(LLPanel* switch_from_panel, LLPanel* switch_to_panel); + void resetAccordionState(); + virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void* cargo_data, |