diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-21 15:17:44 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-21 15:17:44 +0200 |
commit | 89449c3f389a20944a6161a22c3048a0cde2e7da (patch) | |
tree | 092ac7f1a4d30382aa6db9e6357716ad3143c895 /indra | |
parent | 2cd45c80e8e4da2b9224d8d1d1f5c88756c4e031 (diff) |
fix for normal EXT-4035 Old sidepanel tab's text remains highlighted when switching to inventory sidepanel tab
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/llfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 4f519afa06..79d8f90fec 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -1360,6 +1360,7 @@ void LLFloater::bringToFront( S32 x, S32 y ) // virtual void LLFloater::setVisibleAndFrontmost(BOOL take_focus) { + gFocusMgr.setTopCtrl(NULL); setVisible(TRUE); setFrontmost(take_focus); } |