Skip to content

Commit

Permalink
refresh map canvas after pasting style (fix #9908)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Mar 27, 2014
1 parent e6081fa commit 984fe0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -5940,6 +5940,7 @@ void QgisApp::pasteStyle( QgsMapLayer * destinationLayer )
}

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

0 comments on commit 984fe0e

Please sign in to comment.