Skip to content

Commit 0c1cd9e

Browse files
committedJul 13, 2011
Better block for signals when creating composer legend widget
1 parent 0a2e74e commit 0c1cd9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎src/app/composer/qgscomposerlegendwidget.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,9 +635,16 @@ void QgsComposerLegendWidget::updateLegend()
635635

636636
void QgsComposerLegendWidget::blockAllSignals( bool b )
637637
{
638+
mTitleLineEdit->blockSignals( b );
638639
mItemTreeView->blockSignals( b );
639640
mCheckBoxAutoUpdate->blockSignals( b );
640641
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 );
641648
}
642649

643650
void QgsComposerLegendWidget::refreshMapComboBox()

0 commit comments

Comments
 (0)
Please sign in to comment.