Skip to content

Commit

Permalink
GUI: init combobox for Glow effect blur radius unit from object value.
Browse files Browse the repository at this point in the history
…Fixes #34089
  • Loading branch information
rouault authored and nyalldawson committed Jan 30, 2020
1 parent e8758f5 commit 7235d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/effects/qgspainteffectwidget.cpp
Expand Up @@ -485,6 +485,8 @@ void QgsGlowWidget::initGui()
mSpreadUnitWidget->setUnit( mEffect->spreadUnit() );
mSpreadUnitWidget->setMapUnitScale( mEffect->spreadMapUnitScale() );
mBlurRadiusSpnBx->setValue( mEffect->blurLevel() );
mBlurUnitWidget->setUnit( mEffect->blurUnit() );
mBlurUnitWidget->setMapUnitScale( mEffect->blurMapUnitScale() );
mOpacityWidget->setOpacity( mEffect->opacity() );
mColorBtn->setColor( mEffect->color() );
mBlendCmbBx->setBlendMode( mEffect->blendMode() );
Expand Down

0 comments on commit 7235d9c

Please sign in to comment.