summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-03 11:41:35 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-03 11:41:35 +0000
commit962362503633f9fba741b1a45eb05b75a18a9f7d (patch)
treec70e936c416d1183f6f6d99de5f7a5554c0996cb /indra/llui/lltabcontainer.cpp
parentf7ecfe6dc453bf06c24934b58f67637790fe3c44 (diff)
parent0e780c9b912913b3eddde251b62f6218df4c5587 (diff)
PE 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);
}
}