Skip to content
Permalink
Browse files
Fix #6184, canvas doesn't refresh after pasting layer style
  • Loading branch information
dakcarto committed Feb 23, 2013
1 parent 24ea8b2 commit cd3cd94
Showing 1 changed file with 1 addition and 0 deletions.
@@ -5247,6 +5247,7 @@ void QgisApp::pasteStyle( QgsMapLayer * destinationLayer )
}

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

0 comments on commit cd3cd94

Please sign in to comment.