diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2013-10-11 22:45:12 +0300 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2013-10-11 22:45:12 +0300 |
commit | b0a873570e2d8df1241f9b44759da7f803fe3baf (patch) | |
tree | 0b175adb424e6b7f984585d971d02ddb35d85374 /indra/llui/lltexteditor.cpp | |
parent | 0ab4e112231878d1bd356f0cb3f672564697eaf7 (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-x | indra/llui/lltexteditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp index 62140dd9d6..81d9fd1ec9 100755 --- a/indra/llui/lltexteditor.cpp +++ b/indra/llui/lltexteditor.cpp @@ -1620,7 +1620,7 @@ BOOL LLTextEditor::handleControlKey(const KEY key, const MASK mask) } } - if (handled) + if (handled && !gFocusMgr.getMouseCapture()) { updatePrimary(); } |