Skip to content

Commit

Permalink
Invalidate the layer cache when rolling back so that it draws correct…
Browse files Browse the repository at this point in the history
…ly afterwards

git-svn-id: http://svn.osgeo.org/qgis/trunk@11841 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 25, 2009
1 parent 81be39a commit 238aa75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -3094,6 +3094,9 @@ bool QgsVectorLayer::rollBack()
emit editingStopped();

setModified( FALSE );
// invalidate teh cache so the layer updates properly to show its original
// after the rollback
setCacheImage( 0 );
triggerRepaint();


Expand Down

0 comments on commit 238aa75

Please sign in to comment.