Skip to content

Commit

Permalink
Followup e8be0e, fix rotation when disabling sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 18, 2016
1 parent 1762c9c commit 743a5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerpicture.cpp
Expand Up @@ -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 );
}

Expand Down

0 comments on commit 743a5cd

Please sign in to comment.