Skip to content

Commit 4d4ab63

Browse files
committed
[25d] Properly initialize shadow color
Fix #14135
1 parent 7f4cd84 commit 4d4ab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/symbology-ng/qgs25drenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Qgs25DRenderer::Qgs25DRenderer()
9696
wallLayer()->setDataDefinedProperty( "color", new QgsDataDefined( QString( WALL_SHADING_EXPRESSION ) ) );
9797

9898
setShadowSpread( 4 );
99-
setShadowColor( QColor( "#1111111" ) );
99+
setShadowColor( QColor( "#111111" ) );
100100

101101
QgsFeatureRequest::OrderBy orderBy;
102102
orderBy << QgsFeatureRequest::OrderByClause(

0 commit comments

Comments
 (0)