diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-25 18:52:57 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-25 18:52:57 +0300 |
commit | 5b49f5c56e0178d1f2f655ee678a9bea58edd5d5 (patch) | |
tree | 3f3157de2dd37d0888e3200891e4867704236ed9 /indra/newview/llpaneloutfitsinventory.h | |
parent | 4d9b3cd725e053e10016a39313080c9c6c6a71c7 (diff) |
MAINT-6440 FIXED Inappropriate outfit is worn after clicking Wear button in Visual Outfit Browser
Diffstat (limited to 'indra/newview/llpaneloutfitsinventory.h')
-rw-r--r-- | indra/newview/llpaneloutfitsinventory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpaneloutfitsinventory.h b/indra/newview/llpaneloutfitsinventory.h index efb9524a21..6a0ea04fa6 100644 --- a/indra/newview/llpaneloutfitsinventory.h +++ b/indra/newview/llpaneloutfitsinventory.h @@ -73,6 +73,8 @@ protected: void initTabPanels(); void onTabChange(); bool isCOFPanelActive() const; + bool isOutfitsListPanelActive() const; + bool isOutfitsGalleryPanelActive() const; private: LLPanelAppearanceTab* mActivePanel; @@ -91,7 +93,6 @@ protected: void onWearButtonClick(); void showGearMenu(); void onTrashButtonClick(); - void onGalleryTrashButtonClick(); bool isActionEnabled(const LLSD& userdata); void setWearablesLoading(bool val); void onWearablesLoaded(); |