mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Followup 19a833c, fix data defined composition evaluation
Thanks to Coverity!
This commit is contained in:
parent
6703fd32a5
commit
371e124f4d
@ -3086,6 +3086,7 @@ bool QgsComposition::dataDefinedEvaluate( QgsComposerObject::DataDefinedProperty
|
|||||||
}
|
}
|
||||||
if ( mAtlasMode != QgsComposition::AtlasOff )
|
if ( mAtlasMode != QgsComposition::AtlasOff )
|
||||||
{
|
{
|
||||||
|
useFeature = true;
|
||||||
currentFeature = mAtlasComposition.feature();
|
currentFeature = mAtlasComposition.feature();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user