diff options
author | Richard Linden <none@none> | 2011-10-20 15:53:43 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-20 15:53:43 -0700 |
commit | 2cc4321166bfb6515a08fe1dd8053dae6d6840e3 (patch) | |
tree | 5d76a02618ba3bc4c8cc7066824b7b74ebe1e839 /indra/newview/llfloaterinventory.h | |
parent | 9560fb7cb2b0b542e7dbf028d40bda2cd9da05c5 (diff) |
EXP-1423 FIX FUI resets floater contents after closing them (Inventory Panel), this is inconsistant for previous sidebar users and introduces extra difficulty in productivity of the viewer.
EXP-1430 FIX Minimizing voice settings floater corrupts layout throughout rest of session
Diffstat (limited to 'indra/newview/llfloaterinventory.h')
-rw-r--r-- | indra/newview/llfloaterinventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterinventory.h b/indra/newview/llfloaterinventory.h index f59a015b07..823c4903b4 100644 --- a/indra/newview/llfloaterinventory.h +++ b/indra/newview/llfloaterinventory.h @@ -58,6 +58,7 @@ public: // Inherited functionality /*virtual*/ void onOpen(const LLSD& key); + /*virtual*/ void onClose(bool app_quitting); LLInventoryPanel* getPanel(); LLPanelMainInventory* getMainInventoryPanel() { return mPanelMainInventory;} |