Skip to content

Commit

Permalink
redraw the canvas after 'stop editing' to get rid of the vertex markers
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5515 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 12, 2006
1 parent 7eb8a7c commit 1127d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsvectorlayer.cpp
Expand Up @@ -1925,13 +1925,13 @@ void QgsVectorLayer::stopEditing()
}
}
emit editingStopped(true);
triggerRepaint();
}
else
{
emit editingStopped(false);
}
mEditable=false;
triggerRepaint();
mModified=false;
if(isValid())
{
Expand Down

0 comments on commit 1127d1d

Please sign in to comment.