summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-01-14 18:42:57 -0500
committerLoren Shih <seraph@lindenlab.com>2010-01-14 18:42:57 -0500
commitd36e62852cbd63fa3d0d0da5fa766f572fc6fe13 (patch)
treea4ad5788d6b2ebf38790a53862ee90d6bbe31645
parent0eb9d0371427ea398deeef53636556596083477e (diff)
EXT-4349 : [ Appearance SP ] Hide the "Wear" button when in the Wearing tab
Simple logic fix.
-rw-r--r--indra/newview/llpaneloutfitsinventory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitsinventory.cpp b/indra/newview/llpaneloutfitsinventory.cpp
index 550fee71bf..e058b3b326 100644
--- a/indra/newview/llpaneloutfitsinventory.cpp
+++ b/indra/newview/llpaneloutfitsinventory.cpp
@@ -280,6 +280,7 @@ void LLPanelOutfitsInventory::updateListCommands()
mListCommands->childSetEnabled("trash_btn", trash_enabled);
mListCommands->childSetEnabled("wear_btn", wear_enabled);
+ mListCommands->childSetVisible("wear_btn", wear_enabled);
mListCommands->childSetEnabled("make_outfit_btn", make_outfit_enabled);
}