Skip to content

Commit 5b61d1f

Browse files
committed
Merge pull request #1394 from Oslandia/fix_atlas_signals
Fix atlas signal emitting
2 parents 850a1ee + d9b78bf commit 5b61d1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/composer/qgscomposermap.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ void QgsComposerMap::setNewAtlasFeatureExtent( const QgsRectangle& extent )
699699
{
700700
if ( mAtlasFeatureExtent == extent )
701701
{
702+
emit preparedForAtlas();
702703
return;
703704
}
704705

0 commit comments

Comments
 (0)