summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolmgr.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-02-18 23:25:20 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-02-18 23:25:20 +0200
commite7cf930f50d89a8198e9c90d46ad4d191d73bc86 (patch)
treea2fac0a76b2ea433dfde2cd010f379b44fa5e8ca /indra/newview/lltoolmgr.cpp
parent145aa1d0740e74aa98f7809dd1f2668b0546a131 (diff)
parentf62971a4f0f5882735ec50374e5821f7a2004363 (diff)
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview/lltoolmgr.cpp')
-rwxr-xr-xindra/newview/lltoolmgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lltoolmgr.cpp b/indra/newview/lltoolmgr.cpp
index 3ecb4015ce..2f8e464b71 100755
--- a/indra/newview/lltoolmgr.cpp
+++ b/indra/newview/lltoolmgr.cpp
@@ -400,6 +400,9 @@ void LLToolMgr::clearTransientTool()
void LLToolMgr::onAppFocusLost()
{
+ if (LLApp::isQuitting())
+ return;
+
if (mSelectedTool)
{
mSelectedTool->handleDeselect();