summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-03-04 16:22:55 +0200
committerMike Antipov <mantipov@productengine.com>2010-03-04 16:22:55 +0200
commitda50434adad9e525aeb483dbce8a5ae44b78f2de (patch)
tree658f1e960c70edd5195094a6dd2e797323c3c04b /indra
parent6f4388499b0260ea42357d0bc1207e5389ab4716 (diff)
parentce27036017eb4c3e7b51f620597e50330232f38c (diff)
Merge backed out revision
--HG-- branch : product-engine
Diffstat (limited to 'indra')
-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);
}
}