Skip to content

Commit 709c285

Browse files
committed
[composer] Fix regression in locked map layers (fix #11089)
1 parent 8230521 commit 709c285

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/composer/qgscomposermapwidget.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,10 @@ void QgsComposerMapWidget::blockAllSignals( bool b )
715715
mAtlasMarginSpinBox->blockSignals( b );
716716
mAtlasFixedScaleRadio->blockSignals( b );
717717
mAtlasMarginRadio->blockSignals( b );
718+
mKeepLayerListCheckBox->blockSignals( b );
719+
mSetToMapCanvasExtentButton->blockSignals( b );
720+
mUpdatePreviewButton->blockSignals( b );
721+
718722
blockGridItemsSignals( b );
719723
blockOverviewItemsSignals( b );
720724
}

0 commit comments

Comments
 (0)