Skip to content

Commit

Permalink
Followup 6d7c5f8
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 5, 2014
1 parent 6d7c5f8 commit 9ada8c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/composer/qgscomposermap.cpp
Expand Up @@ -821,6 +821,9 @@ void QgsComposerMap::setNewAtlasFeatureExtent( const QgsRectangle& extent )
mAtlasFeatureExtent = newExtent;
}

//recalculate data defined scale and extents, since that may override extents
refreshMapExtents();

mCacheUpdated = false;
emit preparedForAtlas();
updateItem();
Expand Down

0 comments on commit 9ada8c6

Please sign in to comment.