Skip to content

Commit

Permalink
Merge pull request #2111 from vmora/issue_12876
Browse files Browse the repository at this point in the history
fix #12876
  • Loading branch information
nyalldawson committed Jun 5, 2015
2 parents 0df62b7 + 65a57ed commit 53cb5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology-ng/qgsrendererv2.cpp
Expand Up @@ -675,6 +675,7 @@ void QgsFeatureRendererV2::convertSymbolSizeScale( QgsSymbolV2 * symbol, QgsSymb
const QgsDataDefined dd( QString::number( s->size() ) + " * (" + field + ")" );
s->setDataDefinedSize( dd );
}
s->setScaleMethod( QgsSymbolV2::ScaleDiameter );
}
else if ( symbol->type() == QgsSymbolV2::Line )
{
Expand Down

0 comments on commit 53cb5df

Please sign in to comment.