Skip to content

Commit

Permalink
restore raster smart
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored and wonder-sk committed Jan 14, 2021
1 parent 9bff34e commit 31b644e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/raster/qgsrasterlayerrenderer.cpp
Expand Up @@ -68,6 +68,7 @@ QgsRasterLayerRenderer::QgsRasterLayerRenderer( QgsRasterLayer *layer, QgsRender
, mProviderCapabilities( static_cast<QgsRasterDataProvider::Capability>( layer->dataProvider()->capabilities() ) )
, mFeedback( new QgsRasterLayerRendererFeedback( this ) )
{
mReadyToCompose = false;
QgsMapToPixel mapToPixel = rendererContext.mapToPixel();
if ( rendererContext.mapToPixel().mapRotation() )
{
Expand Down

0 comments on commit 31b644e

Please sign in to comment.