Skip to content
Snippets Groups Projects
Commit 89449c3f authored by Ychebotarev ProductEngine's avatar Ychebotarev ProductEngine
Browse files

fix for normal EXT-4035 Old sidepanel tab's text remains highlighted when...

fix for normal EXT-4035 Old sidepanel tab's text remains highlighted when switching to inventory sidepanel tab

--HG--
branch : product-engine
parent 2cd45c80
Branches
Tags
No related merge requests found
...@@ -1360,6 +1360,7 @@ void LLFloater::bringToFront( S32 x, S32 y ) ...@@ -1360,6 +1360,7 @@ void LLFloater::bringToFront( S32 x, S32 y )
// virtual // virtual
void LLFloater::setVisibleAndFrontmost(BOOL take_focus) void LLFloater::setVisibleAndFrontmost(BOOL take_focus)
{ {
gFocusMgr.setTopCtrl(NULL);
setVisible(TRUE); setVisible(TRUE);
setFrontmost(take_focus); setFrontmost(take_focus);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment