Skip to content
Snippets Groups Projects
Commit 29d8ee76 authored by richard's avatar richard
Browse files

LLChiclet cleans up its connection to LLTransientFloaterMgr now

and panel_stand_stop_flying is visible by default while its contents are not
parent 93e877a5
No related branches found
No related tags found
No related merge requests found
......@@ -812,6 +812,8 @@ LLChicletPanel::LLChicletPanel(const Params&p)
LLChicletPanel::~LLChicletPanel()
{
LLTransientFloaterMgr::getInstance()->removeControlView(mLeftScrollButton);
LLTransientFloaterMgr::getInstance()->removeControlView(mRightScrollButton);
}
......
......@@ -5,7 +5,7 @@
layout="topleft"
name="panel_stand_stop_flying"
mouse_opaque="false"
visible="false"
visible="true"
width="115">
<button
follows="left|bottom"
......
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