Skip to content

Commit

Permalink
[25d] Don't disable shadow option
Browse files Browse the repository at this point in the history
Fix #14134
  • Loading branch information
m-kuhn committed Jan 21, 2016
1 parent 8d72f13 commit 7f4cd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgs25drendererwidget.cpp
Expand Up @@ -54,7 +54,7 @@ Qgs25DRendererWidget::Qgs25DRendererWidget( QgsVectorLayer* layer, QgsStyleV2* s
mWallColorButton->setColor( mRenderer->wallColor() );
mRoofColorButton->setColor( mRenderer->roofColor() );
mShadowColorButton->setColor( mRenderer->shadowColor() );
mShadowEnabledWidget->setEnabled( mRenderer->shadowEnabled() );
mShadowEnabledWidget->setChecked( mRenderer->shadowEnabled() );
mShadowSizeWidget->setValue( mRenderer->shadowSpread() );
mWallExpositionShading->setChecked( mRenderer->wallShadingEnabled() );

Expand Down

0 comments on commit 7f4cd84

Please sign in to comment.