Skip to content

Commit 865a7b9

Browse files
nirvnnyalldawson
authored andcommitted
[atlas] fix main canvas refresh with dropdown list (fix #14358)
1 parent 72df890 commit 865a7b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/composer/qgscomposer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,10 @@ void QgsComposer::atlasPageComboEditingFinished()
11921192
}
11931193
else if ( page != mComposition->atlasComposition().currentFeatureNumber() + 1 )
11941194
{
1195+
mapCanvas()->stopRendering();
1196+
loadAtlasPredefinedScalesFromProject();
11951197
mComposition->atlasComposition().prepareForFeature( page - 1 );
1198+
emit atlasPreviewFeatureChanged();
11961199
}
11971200
}
11981201

0 commit comments

Comments
 (0)