Followup e8be0e, fix rotation when disabling sync

This commit is contained in:
Nyall Dawson 2016-10-18 16:32:24 +10:00
parent 1762c9ca3c
commit 743a5cdb03

View File

@ -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 );
}