Skip to content

Commit d9b78bf

Browse files
author
Hugo Mercier
committedMay 27, 2014
Fix atlas signal emitting
1 parent b49ce33 commit d9b78bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/composer/qgscomposermap.cpp

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.