mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
trigger repaint after discard changes
This commit is contained in:
parent
6f9bc503c1
commit
e703fc6044
@ -6943,6 +6943,8 @@ bool QgisApp::toggleEditing( QgsMapLayer *layer, bool allowCancel )
|
||||
}
|
||||
mMapCanvas->freeze( false );
|
||||
|
||||
vlayer->triggerRepaint();
|
||||
|
||||
QApplication::restoreOverrideCursor();
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user