diff options
| author | Mike Antipov <mantipov@productengine.com> | 2010-01-15 12:35:10 +0200 |
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2010-01-15 12:35:10 +0200 |
| commit | 3cf98103561d79a6758bbb57662e1dc2e4a5198c (patch) | |
| tree | 492ca7bd797c34ed29e927e649c5aa3582ff9f49 /indra/newview/llpaneloutfitsinventory.cpp | |
| parent | eb12963eec5ffad5c8be59e97301fa98ef4dda7a (diff) | |
| parent | 30a47979a13af8d6c3e89ce5dddb5d7c37011012 (diff) | |
Merge with default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpaneloutfitsinventory.cpp')
| -rw-r--r-- | indra/newview/llpaneloutfitsinventory.cpp | 1 |
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); } |
