Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix blur effect GUI doesn't correctly restore previous blur unit
  • Loading branch information
nyalldawson committed Sep 6, 2020
1 parent c58e540 commit 6bbca2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/effects/qgspainteffectwidget.cpp
Expand Up @@ -157,6 +157,9 @@ void QgsBlurWidget::initGui()
mBlendCmbBx->setBlendMode( mEffect->blendMode() );
mDrawModeComboBox->setDrawMode( mEffect->drawMode() );

mBlurUnitWidget->setUnit( mEffect->blurUnit() );
mBlurUnitWidget->setMapUnitScale( mEffect->blurMapUnitScale() );

blockSignals( false );
}

Expand Down

0 comments on commit 6bbca2b

Please sign in to comment.