summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-04 17:33:55 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-04 17:33:55 +0000
commit3d81e9e7f1c1abd6a63eaec7608b9664a61cba1f (patch)
tree010bfb56c9fb214300a1626c915a51fa76e9f55c /indra/llui
parente57cba8dcfe550ef0b0e205ebcc429ea33714065 (diff)
parent57f4565bb8e0e1efc5fcbb8178a8605d72c8c996 (diff)
PE merge.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lltabcontainer.cpp7
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);
}
}