Skip to content

Commit

Permalink
trigger repaint after discard changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Oct 8, 2015
1 parent 6f9bc50 commit e703fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -6943,6 +6943,8 @@ bool QgisApp::toggleEditing( QgsMapLayer *layer, bool allowCancel )
}
mMapCanvas->freeze( false );

vlayer->triggerRepaint();

QApplication::restoreOverrideCursor();
break;

Expand Down

0 comments on commit e703fc6

Please sign in to comment.