Skip to content

Commit

Permalink
[composer] Fix regression in locked map layers (fix #11089)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 24, 2014
1 parent 8230521 commit 709c285
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/composer/qgscomposermapwidget.cpp
Expand Up @@ -715,6 +715,10 @@ void QgsComposerMapWidget::blockAllSignals( bool b )
mAtlasMarginSpinBox->blockSignals( b );
mAtlasFixedScaleRadio->blockSignals( b );
mAtlasMarginRadio->blockSignals( b );
mKeepLayerListCheckBox->blockSignals( b );
mSetToMapCanvasExtentButton->blockSignals( b );
mUpdatePreviewButton->blockSignals( b );

blockGridItemsSignals( b );
blockOverviewItemsSignals( b );
}
Expand Down

0 comments on commit 709c285

Please sign in to comment.