[QGIS Commit] r14088 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Aug 16 03:16:50 EDT 2010


Author: jef
Date: 2010-08-16 07:16:50 +0000 (Mon, 16 Aug 2010)
New Revision: 14088

Modified:
   trunk/qgis/src/app/qgsmaptoolcapture.cpp
Log:
fix #790 again

Modified: trunk/qgis/src/app/qgsmaptoolcapture.cpp
===================================================================
--- trunk/qgis/src/app/qgsmaptoolcapture.cpp	2010-08-16 07:16:03 UTC (rev 14087)
+++ trunk/qgis/src/app/qgsmaptoolcapture.cpp	2010-08-16 07:16:50 UTC (rev 14088)
@@ -74,7 +74,8 @@
 
 void QgsMapToolCapture::deactivate()
 {
-  stopCapturing();
+  // don't stopCapturing() here, because the user might just want to
+  // pan or zoom and then continue digitizing.
   QgsMapTool::deactivate();
 }
 



More information about the QGIS-commit mailing list