mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Followup e8be0e, fix rotation when disabling sync
This commit is contained in:
parent
1762c9ca3c
commit
743a5cdb03
@ -695,7 +695,7 @@ void QgsComposerPicture::setRotationMap( int composerMapId )
|
||||
connect( map, SIGNAL( mapRotationChanged( double ) ), this, SLOT( updateMapRotation() ) );
|
||||
connect( map, SIGNAL( extentChanged() ), this, SLOT( updateMapRotation() ) );
|
||||
mRotationMap = map;
|
||||
update();
|
||||
updateMapRotation();
|
||||
emit pictureRotationChanged( mPictureRotation );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user