diff options
author | Richard Nelson <none@none> | 2010-02-18 18:45:27 -0800 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-02-18 18:45:27 -0800 |
commit | 6b736758974d9219c050732e08567cfad4a537b9 (patch) | |
tree | bb36e9512ac397de47df038f75f04c41327366ad /indra/newview/llpanelvolumepulldown.cpp | |
parent | 1d1e4c7abe5c46cfafbc351e8cad3197d2befefc (diff) |
EXT-5545 - make volume popup and nearby media popup mutually exclusive
reviewed by Leyla
Diffstat (limited to 'indra/newview/llpanelvolumepulldown.cpp')
-rw-r--r-- | indra/newview/llpanelvolumepulldown.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llpanelvolumepulldown.cpp b/indra/newview/llpanelvolumepulldown.cpp index 247134ad63..559997254e 100644 --- a/indra/newview/llpanelvolumepulldown.cpp +++ b/indra/newview/llpanelvolumepulldown.cpp @@ -91,15 +91,10 @@ void LLPanelVolumePulldown::handleVisibilityChange ( BOOL new_visibility ) if (new_visibility) { mHoverTimer.start(); // timer will be stopped when mouse hovers over panel - gFocusMgr.setTopCtrl(this); } else { mHoverTimer.stop(); - if (gFocusMgr.getTopCtrl() == this) - { - gFocusMgr.setTopCtrl(NULL); - } } } |