Skip to content

Commit

Permalink
Remove unrequired repaint request
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 16, 2015
1 parent 2d9424a commit 12c0abc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgisapp.cpp
Expand Up @@ -6922,8 +6922,6 @@ bool QgisApp::toggleEditing( QgsMapLayer *layer, bool allowCancel )
}
mMapCanvas->freeze( false );

vlayer->triggerRepaint();

QApplication::restoreOverrideCursor();
break;

Expand Down

0 comments on commit 12c0abc

Please sign in to comment.