We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a380bda commit a3b50e9Copy full SHA for a3b50e9
src/core/symbology-ng/qgssymbol.cpp
@@ -1548,7 +1548,7 @@ void QgsLineSymbol::setDataDefinedWidth( const QgsProperty& property )
1548
{
1549
if ( !property )
1550
1551
- lineLayer->setDataDefinedProperty( QgsSymbolLayer::PropertyWidth, QgsProperty() );
+ lineLayer->setDataDefinedProperty( QgsSymbolLayer::PropertyOutlineWidth, QgsProperty() );
1552
lineLayer->setDataDefinedProperty( QgsSymbolLayer::PropertyOffset, QgsProperty() );
1553
}
1554
else
0 commit comments