Commit dcf346c
authored
[cuegui] Fix CueJobMonitorTree not refreshing on property changes (#2100)
**Link the Issue(s) this Pull Request is related to.**
- #2082
**Summarize your change.**
[cuegui] Fix CueJobMonitorTree not refreshing on property changes
When job properties (priority, progress, etc.) changed without adding or
removing items, the UI would not update. The _processUpdate method was
only calling redraw() when the item set was unchanged, which only
triggers a visual refresh without updating the underlying item data.
Now calls __processUpdateHandleNested() to update item data before
redrawing, ensuring property changes are reflected in the UI.1 parent 64a133a commit dcf346c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
0 commit comments