Skip to content
Permalink
Browse files
refresh map canvas after pasting style (fix #9908)
  • Loading branch information
alexbruy committed Mar 27, 2014
1 parent e6081fa commit 984fe0e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -5940,6 +5940,7 @@ void QgisApp::pasteStyle( QgsMapLayer * destinationLayer )
}

mMapLegend->refreshLayerSymbology( selectionLayer->id(), false );
mMapCanvas->clearCache();
mMapCanvas->refresh();
}
}

0 comments on commit 984fe0e

Please sign in to comment.