summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.cpp
diff options
context:
space:
mode:
authorEli Linden <eli@lindenlab.com>2010-03-03 12:10:00 -0800
committerEli Linden <eli@lindenlab.com>2010-03-03 12:10:00 -0800
commite47d107e2f7c4793f0685aa37749629f7d91aef0 (patch)
tree740e36a63f6576bdf5c180ca8b59796ae5f1cf49 /indra/llui/lltabcontainer.cpp
parentece36d5df8d0a7fb4c71ec50a0bac49a5c6fbacb (diff)
parent2ecc98cb2f11b03224990d498d20cff8bcfb0716 (diff)
Merge
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-rw-r--r--indra/llui/lltabcontainer.cpp7
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);
}
}