aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatersnapshot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatersnapshot.cpp')
-rw-r--r--linden/indra/newview/llfloatersnapshot.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatersnapshot.cpp b/linden/indra/newview/llfloatersnapshot.cpp
index cfa94a5..af58cd9 100644
--- a/linden/indra/newview/llfloatersnapshot.cpp
+++ b/linden/indra/newview/llfloatersnapshot.cpp
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2004-2007, Linden Research, Inc. 5 * Copyright (c) 2004-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -523,7 +524,7 @@ void LLSnapshotLivePreview::onIdle( void* snapshot_preview )
523 previewp->mSnapshotDelayTimer.hasExpired()); 524 previewp->mSnapshotDelayTimer.hasExpired());
524 525
525 // don't take snapshots while ALT-zoom active 526 // don't take snapshots while ALT-zoom active
526 if (gFocusMgr.getMouseCapture() == gToolCamera) 527 if (gToolCamera->hasMouseCapture())
527 { 528 {
528 previewp->mSnapshotActive = FALSE; 529 previewp->mSnapshotActive = FALSE;
529 } 530 }