mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
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:
parent
2d22b79d7a
commit
12bace54b1
2 changed files with 35 additions and 1 deletions
|
@ -66,6 +66,7 @@ Item {
|
|||
description: model.description;
|
||||
unit: model.unit;
|
||||
valid: model.valid;
|
||||
visible: !model.global_only
|
||||
options: model.options
|
||||
indent: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue