Skip to content
Snippets Groups Projects
Commit 56f53cd9 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

MAINT-7783 FIXED Outfit gallery panel is opened briefly when you are quitting viewer

parent dcf76382
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,10 @@ void LLFloaterSidePanelContainer::closeFloater(bool app_quitting) ...@@ -74,7 +74,10 @@ void LLFloaterSidePanelContainer::closeFloater(bool app_quitting)
{ {
edit_wearable_ptr->onClose(); edit_wearable_ptr->onClose();
} }
panel_appearance->showOutfitsInventoryPanel(); if(!app_quitting)
{
panel_appearance->showOutfitsInventoryPanel();
}
} }
} }
} }
......
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