Skip to content
Snippets Groups Projects
Commit 8cf67fe5 authored by prep's avatar prep
Browse files

Fix for SH-4104: Inventory window does not close

parent 878408a5
No related merge requests found
......@@ -69,6 +69,10 @@ void LLFloaterSidePanelContainer::onClickCloseBtn()
LLSidepanelAppearance* panel_appearance = dynamic_cast<LLSidepanelAppearance*>(getPanel("appearance"));
panel_appearance->onClose(this);
}
else
{
LLFloater::onClickCloseBtn();
}
}
else
{
......
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