Tweak focus handling so media faces behave properly, and tweaked tooltip handling for media faces.
This commit is contained in:
@@ -348,12 +348,6 @@ void LLLayoutStack::collapsePanel(LLPanel* panel, BOOL collapsed)
|
||||
{
|
||||
LLLayoutPanel* panel_container = findEmbeddedPanel(panel);
|
||||
if (!panel_container) return;
|
||||
|
||||
if(collapsed)
|
||||
LL_INFOS("WL_PANEL") << "Collapsed layout panel" << LL_ENDL;
|
||||
else
|
||||
LL_INFOS("WL_PANEL") << "Expanded layout panel" << LL_ENDL;
|
||||
|
||||
panel_container->mCollapsed = collapsed;
|
||||
mNeedsLayout = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user