summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-01-19 21:41:53 +0200
committerVadim ProductEngine <vsavchuk@productengine.com>2011-01-19 21:41:53 +0200
commitec0eafbaa0e4c4fbf25bab31ed38d90e998e9dbd (patch)
treeb859751bf0751a2f390ffab5220086c1cb07df90
parentb2e4486cf2070e33a9aa6f8cec1a08d93565e52b (diff)
STORM-348 FIXED "Edit" and "Lock" buttons appearing on body part items in outfit editor before they are hovered with mouse.
Added buttons reshaping code that exists in postBuild() methods of the other LLPanelWearableListItem descendants.
-rw-r--r--indra/newview/llwearableitemslist.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llwearableitemslist.cpp b/indra/newview/llwearableitemslist.cpp
index a49dc1b59d..66a6ab5e94 100644
--- a/indra/newview/llwearableitemslist.cpp
+++ b/indra/newview/llwearableitemslist.cpp
@@ -287,6 +287,9 @@ BOOL LLPanelBodyPartsListItem::postBuild()
addWidgetToRightSide("btn_lock");
addWidgetToRightSide("btn_edit_panel");
+ setWidgetsVisible(false);
+ reshapeWidgets();
+
return TRUE;
}