Skip to content
Permalink
Browse files
Fix for #726 (double deletion of active editing map tool)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7125 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Aug 6, 2007
1 parent b7f2087 commit 5e72aed
Showing 1 changed file with 0 additions and 4 deletions.
@@ -964,10 +964,6 @@ void QgsGrassEdit::closeEdit(void)
std::cerr << "QgsGrassEdit::close()" << std::endl;
#endif

// grass edit tool would become invalid
// ...delete it, it will notify map canvas
delete mCanvas->mapTool();

// Disconnect signals
// Warning: it seems that slots (postRender) can be called even
// after disconnect (is it a queue?)

0 comments on commit 5e72aed

Please sign in to comment.