Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix atlas signal emitting
  • Loading branch information
Hugo Mercier committed May 27, 2014
1 parent b49ce33 commit d9b78bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermap.cpp
Expand Up @@ -699,6 +699,7 @@ void QgsComposerMap::setNewAtlasFeatureExtent( const QgsRectangle& extent )
{
if ( mAtlasFeatureExtent == extent )
{
emit preparedForAtlas();
return;
}

Expand Down

0 comments on commit d9b78bf

Please sign in to comment.