Update per-object settings list when a setting changes

The event triggers a refresh of the global_only property. I think it shouldn't affect the computation time too much but it feels sluggish when you change a setting. Does it feel sluggish for you too, reviewer? It has been feeling sluggish for a while so I don't know if that's due to this change.

Contributes to issue CURA-458.
This commit is contained in:
Ghostkeeper 2016-02-22 12:55:03 +01:00
parent 2d22b79d7a
commit 12bace54b1
2 changed files with 35 additions and 1 deletions

View file

@ -66,6 +66,7 @@ Item {
description: model.description;
unit: model.unit;
valid: model.valid;
visible: !model.global_only
options: model.options
indent: false