summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.cpp
diff options
context:
space:
mode:
authorMaximB ProductEngine <mberezhnoy@productengine.com>2013-10-11 23:06:25 +0300
committerMaximB ProductEngine <mberezhnoy@productengine.com>2013-10-11 23:06:25 +0300
commitb7fbcef2983f9d15d6850b0141814f46a733ac2a (patch)
tree871e2c863c1da613442b5c7ca8e95218ac755eac /indra/llui/lltexteditor.cpp
parente8d9b05a29fc2721d52b297745cf1a0cce3351a1 (diff)
MAINT-3289 (User is not able to open mini inspector by one click on 'i' icon)
Diffstat (limited to 'indra/llui/lltexteditor.cpp')
-rwxr-xr-xindra/llui/lltexteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp
index 7f309a5ff6..62140dd9d6 100755
--- a/indra/llui/lltexteditor.cpp
+++ b/indra/llui/lltexteditor.cpp
@@ -729,7 +729,7 @@ BOOL LLTextEditor::handleMouseDown(S32 x, S32 y, MASK mask)
// Delay cursor flashing
resetCursorBlink();
- if (handled)
+ if (handled && !gFocusMgr.getMouseCapture())
{
gFocusMgr.setMouseCapture( this );
}