Skip to content

Commit

Permalink
Merge pull request #1394 from Oslandia/fix_atlas_signals
Browse files Browse the repository at this point in the history
Fix atlas signal emitting
  • Loading branch information
nyalldawson committed May 29, 2014
2 parents 850a1ee + d9b78bf commit 5b61d1f
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 5b61d1f

Please sign in to comment.