Skip to content

Commit

Permalink
remove repaint when layer is not modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Gillian Milani authored and m-kuhn committed Nov 24, 2014
1 parent 9231f54 commit b6e8f01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsguivectorlayertools.cpp
Expand Up @@ -84,7 +84,6 @@ bool QgsGuiVectorLayerTools::saveEdits( QgsVectorLayer* layer ) const
else //layer not modified
{
res = true;
layer->triggerRepaint();
}
return res;
}
Expand Down

0 comments on commit b6e8f01

Please sign in to comment.