Skip to content

Commit 984fe0e

Browse files
committedMar 27, 2014
refresh map canvas after pasting style (fix #9908)
1 parent e6081fa commit 984fe0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5940,6 +5940,7 @@ void QgisApp::pasteStyle( QgsMapLayer * destinationLayer )
59405940
}
59415941

59425942
mMapLegend->refreshLayerSymbology( selectionLayer->id(), false );
5943+
mMapCanvas->clearCache();
59435944
mMapCanvas->refresh();
59445945
}
59455946
}

0 commit comments

Comments
 (0)
Please sign in to comment.