Skip to content

Commit

Permalink
[atlas] fix main canvas refresh with dropdown list (fix #14358)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and nyalldawson committed Feb 24, 2016
1 parent 72df890 commit 865a7b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/composer/qgscomposer.cpp
Expand Up @@ -1192,7 +1192,10 @@ void QgsComposer::atlasPageComboEditingFinished()
}
else if ( page != mComposition->atlasComposition().currentFeatureNumber() + 1 )
{
mapCanvas()->stopRendering();
loadAtlasPredefinedScalesFromProject();
mComposition->atlasComposition().prepareForFeature( page - 1 );
emit atlasPreviewFeatureChanged();
}
}

Expand Down

0 comments on commit 865a7b9

Please sign in to comment.