Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Followup 19a833c, fix data defined composition evaluation
Thanks to Coverity!
  • Loading branch information
nyalldawson committed Aug 16, 2015
1 parent 6703fd3 commit 371e124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposition.cpp
Expand Up @@ -3086,6 +3086,7 @@ bool QgsComposition::dataDefinedEvaluate( QgsComposerObject::DataDefinedProperty
}
if ( mAtlasMode != QgsComposition::AtlasOff )
{
useFeature = true;
currentFeature = mAtlasComposition.feature();
}
}
Expand Down

0 comments on commit 371e124

Please sign in to comment.