diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-01-06 12:33:28 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-01-06 12:33:28 -0500 |
commit | cdb158e9e0cff7070bb68c721cec0e90b0030fb2 (patch) | |
tree | a630681fab4cb0788661f55644e3de1d81863de8 /indra/newview/llpaneloutfitsinventory.h | |
parent | af61dd45b3afe8b62dceeb55a2ded7a9cfa34117 (diff) |
EXT-3954 : "Wear" button shouldn't be enabled in "Wearing" tab
EXT-3952 : "Make Outfit" button shouldn't be enabled in "Wearing" tab
EXT-3955 : "Add to Current Outfit" gear menu option confusing, remove it
EXT-3961 : Switch order of "Wearing" and "My Outfits" tabs
Most of these are very minor xui/button-state changes.
Also added a new onOpen method to llpaneloutfitsinventory so that it can update its state (notably, which tab is active) when the sidepanel is opened.
Diffstat (limited to 'indra/newview/llpaneloutfitsinventory.h')
-rw-r--r-- | indra/newview/llpaneloutfitsinventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitsinventory.h b/indra/newview/llpaneloutfitsinventory.h index 1e084750a0..e4279b7396 100644 --- a/indra/newview/llpaneloutfitsinventory.h +++ b/indra/newview/llpaneloutfitsinventory.h @@ -53,6 +53,7 @@ public: virtual ~LLPanelOutfitsInventory(); /*virtual*/ BOOL postBuild(); + /*virtual*/ void onOpen(const LLSD& key); void onSearchEdit(const std::string& string); void onAdd(); |