Fix atlas signal emitting

This commit is contained in:
Hugo Mercier 2014-05-27 15:03:45 +02:00
parent b49ce33543
commit d9b78bfa68

View File

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