Merge pull request #1394 from Oslandia/fix_atlas_signals

Fix atlas signal emitting
This commit is contained in:
Nyall Dawson 2014-05-29 11:44:08 +10:00
commit 5b61d1febb

View File

@ -699,6 +699,7 @@ void QgsComposerMap::setNewAtlasFeatureExtent( const QgsRectangle& extent )
{
if ( mAtlasFeatureExtent == extent )
{
emit preparedForAtlas();
return;
}