Skip to content

Update the FilLayer when the config is set from Python

Halla Rempt requested to merge work/rempt/bug_447807 into master

BUG:447807

When setting the filter from FillLayer,

filter()->compareTo(filterConfig.constData())

returns true, so the layer never gets updated.

I'm assigning Amyspark, because they introduced this check

Merge request reports