Skip to content
Snippets Groups Projects
Commit 6b59d552 authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-7028 Fixes scrambling of Outfit Order in Appearance Panel

parent 4fc012fb
No related branches found
No related tags found
No related merge requests found
...@@ -212,6 +212,7 @@ Ansariel Hiller ...@@ -212,6 +212,7 @@ Ansariel Hiller
MAINT-6929 MAINT-6929
STORM-2141 STORM-2141
MAINT-6953 MAINT-6953
MAINT-7028
Aralara Rajal Aralara Rajal
Arare Chantilly Arare Chantilly
CHUIBUG-191 CHUIBUG-191
......
...@@ -92,9 +92,6 @@ BOOL LLPanelOutfitsInventory::postBuild() ...@@ -92,9 +92,6 @@ BOOL LLPanelOutfitsInventory::postBuild()
mSaveComboBtn.reset(new LLSaveOutfitComboBtn(this, true)); mSaveComboBtn.reset(new LLSaveOutfitComboBtn(this, true));
if (!mAppearanceTabs->selectTab(gSavedSettings.getS32("LastAppearanceTab")))
mAppearanceTabs->selectFirstTab();
return TRUE; return TRUE;
} }
...@@ -110,6 +107,10 @@ void LLPanelOutfitsInventory::onOpen(const LLSD& key) ...@@ -110,6 +107,10 @@ void LLPanelOutfitsInventory::onOpen(const LLSD& key)
panel_appearance->fetchInventory(); panel_appearance->fetchInventory();
panel_appearance->refreshCurrentOutfitName(); panel_appearance->refreshCurrentOutfitName();
} }
if (!mAppearanceTabs->selectTab(gSavedSettings.getS32("LastAppearanceTab")))
mAppearanceTabs->selectFirstTab();
mInitialized = true; mInitialized = true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment