diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-03-03 11:07:52 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-03-03 11:07:52 -0500 |
commit | 8e37dd516ab68bf11aaa9ab76945de36053df057 (patch) | |
tree | fa790d4832fc46c1b9349314f1b7d1fef8987acd /indra/llui/lltabcontainer.cpp | |
parent | 0ac63ffbb1acb32278645f6a9ab97cdc271c8d30 (diff) | |
parent | f53f121eb069dbf50334c424390151074d4fcad7 (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-rw-r--r-- | indra/llui/lltabcontainer.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index 30fc7babae..1dcfb4e296 100644 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -2061,5 +2061,12 @@ void LLTabContainer::commitHoveredButton(S32 x, S32 y) tuple->mButton->onCommit(); } } + /** + * EXT - 4572 (Click and hold the left mouse button doesn't let you browse tabbed IM floater) + * + * During hovering mouse(with left mouse button hold) over tabs, a newly just activated corresponding + * to the tab(that is hovered in the given instant of time) panel may caught mouse capture. + */ + gFocusMgr.setMouseCapture(this); } } |