diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-04 11:23:56 -0800 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-04 11:23:56 -0800 |
commit | 1201b24d41b285793c1b933c7aebd5a05fa0d27b (patch) | |
tree | 2ed846daa0881400afa7c9e4a2411b6cd03afb2a /indra/llui | |
parent | 96fd9253490cd35dca314d7719529b886a3df3ae (diff) | |
parent | 50cc48de28fd472f7332f9bc306964afaa31d71f (diff) |
Merge
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lltabcontainer.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index 1dcfb4e296..30fc7babae 100644 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -2061,12 +2061,5 @@ 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); } } |