Tweak focus handling so media faces behave properly, and tweaked tooltip handling for media faces.

This commit is contained in:
Shyotl
2013-06-13 20:10:24 -05:00
parent dceb1a64fe
commit 9d0f7bacfc
4 changed files with 244 additions and 209 deletions

View File

@@ -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;
}