summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.cpp
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2010-03-04 14:33:25 -0800
committerCallum Prentice <callum@lindenlab.com>2010-03-04 14:33:25 -0800
commit88cf648176f9ce8214516f4d81d8d1cd55cede2f (patch)
tree9aac41a6c360fe826aaef02cbfd284e06f9b5770 /indra/llui/lltabcontainer.cpp
parent34c8f6f7fa728c139a0da0deaccf6fda3d228680 (diff)
parent14579a1ccab2817b019a61ffe1ac6b5edc3eb146 (diff)
Merge with tip
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-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);
}
}