Skip to content

Commit e703fc6

Browse files
committedOct 8, 2015
trigger repaint after discard changes
1 parent 6f9bc50 commit e703fc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6943,6 +6943,8 @@ bool QgisApp::toggleEditing( QgsMapLayer *layer, bool allowCancel )
69436943
}
69446944
mMapCanvas->freeze( false );
69456945

6946+
vlayer->triggerRepaint();
6947+
69466948
QApplication::restoreOverrideCursor();
69476949
break;
69486950

0 commit comments

Comments
 (0)
Please sign in to comment.