We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0a2e74e commit 0c1cd9eCopy full SHA for 0c1cd9e
src/app/composer/qgscomposerlegendwidget.cpp
@@ -635,9 +635,16 @@ void QgsComposerLegendWidget::updateLegend()
635
636
void QgsComposerLegendWidget::blockAllSignals( bool b )
637
{
638
+ mTitleLineEdit->blockSignals( b );
639
mItemTreeView->blockSignals( b );
640
mCheckBoxAutoUpdate->blockSignals( b );
641
mMapComboBox->blockSignals( b );
642
+ mSymbolWidthSpinBox->blockSignals( b );
643
+ mSymbolHeightSpinBox->blockSignals( b );
644
+ mLayerSpaceSpinBox->blockSignals( b );
645
+ mSymbolSpaceSpinBox->blockSignals( b );
646
+ mIconLabelSpaceSpinBox->blockSignals( b );
647
+ mBoxSpaceSpinBox->blockSignals( b );
648
}
649
650
void QgsComposerLegendWidget::refreshMapComboBox()
0 commit comments