Skip to content

Commit

Permalink
Fix data defined show diagram setting does not always work
Browse files Browse the repository at this point in the history
Fixes #19109
  • Loading branch information
nyalldawson committed Jun 8, 2018
1 parent 57c442a commit b1c8949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectorlayerdiagramprovider.cpp
Expand Up @@ -84,6 +84,7 @@ QList<QgsLabelFeature *> QgsVectorLayerDiagramProvider::labelFeatures( QgsRender
QgsFeature fet;
while ( fit.nextFeature( fet ) )
{
context.expressionContext().setFeature( fet );
registerFeature( fet, context );
}

Expand Down

0 comments on commit b1c8949

Please sign in to comment.