Skip to content

Commit

Permalink
Fix for #726 (double deletion of active editing map tool)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7125 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Aug 6, 2007
1 parent 9e44986 commit 4aaabbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/grass/qgsgrassedit.cpp
Expand Up @@ -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?)
Expand Down

0 comments on commit 4aaabbe

Please sign in to comment.