Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[composer] Fix regression in locked map layers (fix #11089)
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
src/app/composer/qgscomposermapwidget.cpp
|
@@ -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 ); |
|
|
} |
|
|