Skip to content

Commit

Permalink
[2.5D] Change default roof color
Browse files Browse the repository at this point in the history
Kudos to @timlinux
  • Loading branch information
m-kuhn committed May 25, 2016
1 parent 76a23e6 commit f300715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgs25drenderer.cpp
Expand Up @@ -92,7 +92,7 @@ Qgs25DRenderer::Qgs25DRenderer()

// These methods must only be used after the above initialization!

setRoofColor( QColor( "#fdbf6f" ) );
setRoofColor( QColor( "#b1a97c" ) );
setWallColor( QColor( "#777777" ) );

wallLayer()->setDataDefinedProperty( "color", new QgsDataDefined( QString( WALL_SHADING_EXPRESSION ) ) );
Expand Down

0 comments on commit f300715

Please sign in to comment.