Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix labels not updating for atlas prints when blend mode is applied
  • Loading branch information
nyalldawson authored and gau committed Apr 8, 2013
1 parent 89e7e7c commit dbf795e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/composer/qgscomposerlabel.cpp
Expand Up @@ -124,6 +124,8 @@ void QgsComposerLabel::setExpressionContext( QgsFeature* feature, QgsVectorLayer
mExpressionFeature = feature;
mExpressionLayer = layer;
mSubstitutions = substitutions;
// Force label to redraw -- fixes label printing for labels with blend modes when used with atlas
update();
}

QString QgsComposerLabel::displayText() const
Expand Down

0 comments on commit dbf795e

Please sign in to comment.