diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2012-09-10 18:17:07 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2012-09-10 18:17:07 +0300 |
commit | f7253d81d1e5735f61da0c1879a33b9e45ce4d5d (patch) | |
tree | 4a1136080b852c30e10f3cbb1edc570b7103227d /indra/newview/llpaneleditwearable.cpp | |
parent | 4d0d3ccf60839772911744c70364b24fcaff1860 (diff) |
MAINT-826 FIXED Show the first subpart by default
Diffstat (limited to 'indra/newview/llpaneleditwearable.cpp')
-rw-r--r-- | indra/newview/llpaneleditwearable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp index d58d6d536c..7eb0bd6a20 100644 --- a/indra/newview/llpaneleditwearable.cpp +++ b/indra/newview/llpaneleditwearable.cpp @@ -1186,7 +1186,7 @@ void LLPanelEditWearable::showWearable(LLWearable* wearable, BOOL show, BOOL dis void LLPanelEditWearable::showDefaultSubpart() { - changeCamera(3); + changeCamera(0); } void LLPanelEditWearable::onTabExpandedCollapsed(const LLSD& param, U8 index) |