Skip to content
Snippets Groups Projects
Commit 52a2a761 authored by Damien Picard's avatar Damien Picard
Browse files

Object Color Rules: fix object selection

parent c51e0bb1
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ def object_colors_select(rule, objects):
test_cb = getattr(rule_test, rule_type)
for obj in objects:
obj.select = test_cb(obj, rule, cache)
obj.select_set(test_cb(obj, rule, cache))
def object_colors_rule_validate(rule, report):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment