mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #1394 from Oslandia/fix_atlas_signals
Fix atlas signal emitting
This commit is contained in:
commit
5b61d1febb
@ -699,6 +699,7 @@ void QgsComposerMap::setNewAtlasFeatureExtent( const QgsRectangle& extent )
|
||||
{
|
||||
if ( mAtlasFeatureExtent == extent )
|
||||
{
|
||||
emit preparedForAtlas();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user