mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix atlas signal emitting
This commit is contained in:
parent
b49ce33543
commit
d9b78bfa68
@ -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