Skip to content

Commit

Permalink
Fix clearing data defined outline width
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 14, 2017
1 parent a380bda commit a3b50e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgssymbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ void QgsLineSymbol::setDataDefinedWidth( const QgsProperty& property )
{
if ( !property )
{
lineLayer->setDataDefinedProperty( QgsSymbolLayer::PropertyWidth, QgsProperty() );
lineLayer->setDataDefinedProperty( QgsSymbolLayer::PropertyOutlineWidth, QgsProperty() );
lineLayer->setDataDefinedProperty( QgsSymbolLayer::PropertyOffset, QgsProperty() );
}
else
Expand Down

0 comments on commit a3b50e9

Please sign in to comment.