Navigation Menu

Skip to content

Commit

Permalink
fix #790 again
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14088 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 16, 2010
1 parent 9863fac commit da7e57d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/qgsmaptoolcapture.cpp
Expand Up @@ -74,7 +74,8 @@ void QgsMapToolCapture::renderComplete()

void QgsMapToolCapture::deactivate()
{
stopCapturing();
// don't stopCapturing() here, because the user might just want to
// pan or zoom and then continue digitizing.
QgsMapTool::deactivate();
}

Expand Down

0 comments on commit da7e57d

Please sign in to comment.