Skip to content

Commit

Permalink
Fix #6184, canvas doesn't refresh after pasting layer style
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Feb 23, 2013
1 parent 24ea8b2 commit cd3cd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -5247,6 +5247,7 @@ void QgisApp::pasteStyle( QgsMapLayer * destinationLayer )
}

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

0 comments on commit cd3cd94

Please sign in to comment.