Skip to content

Commit f0caf17

Browse files
committed
dxf export: fix data defined outline color of simple markers
(cherry picked from commit 7469d2b)
1 parent ae954e8 commit f0caf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/symbology-ng/qgsmarkersymbollayerv2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ bool QgsSimpleMarkerSymbolLayerV2::writeDxf( QgsDxfExport& e, double mmMapUnitSc
884884
bc = QgsSymbolLayerV2Utils::decodeColor( colorExpression->evaluate( *f ).toString() );
885885
}
886886

887-
QgsExpression* outlinecolorExpression = expression( "outline_color" );
887+
QgsExpression* outlinecolorExpression = expression( "color_border" );
888888
if ( outlinecolorExpression )
889889
{
890890
pc = QgsSymbolLayerV2Utils::decodeColor( outlinecolorExpression->evaluate( *f ).toString() );

0 commit comments

Comments
 (0)