From cf8283bd04dee31c7825cf4c063a04de6c9c12b0 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Wed, 18 Oct 2017 14:44:30 +0300 Subject: MAINT-7910 Appearance floater's chosen tab is not remembered between sessions. --- indra/newview/llpaneloutfitsinventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llpaneloutfitsinventory.cpp b/indra/newview/llpaneloutfitsinventory.cpp index 007ab4dd63..8019335f97 100644 --- a/indra/newview/llpaneloutfitsinventory.cpp +++ b/indra/newview/llpaneloutfitsinventory.cpp @@ -68,7 +68,7 @@ LLPanelOutfitsInventory::LLPanelOutfitsInventory() : LLPanelOutfitsInventory::~LLPanelOutfitsInventory() { - if (mAppearanceTabs) + if (mAppearanceTabs && mInitialized) { gSavedSettings.setS32("LastAppearanceTab", mAppearanceTabs->getCurrentPanelIndex()); } -- cgit v1.2.3