Skip to content

Commit

Permalink
Fix compile errorr
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 1, 2016
1 parent ff52a9f commit e45f01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgspointdistancerenderer.cpp
Expand Up @@ -293,7 +293,7 @@ void QgsPointDistanceRenderer::startRender( QgsRenderContext& context, const Qgs
}
else
{
mLabelIndex = fields.fieldNameIndex( mLabelAttributeName );
mLabelIndex = fields.lookupField( mLabelAttributeName );
}

if ( mMaxLabelScaleDenominator > 0 && context.rendererScale() > mMaxLabelScaleDenominator )
Expand Down

0 comments on commit e45f01d

Please sign in to comment.