Commit 400b353
authored
[cuegui] Fix Last Line Output persistence in Frame Monitor Tree (#1857)
The Last Line Output column was disappearing after briefly showing due
to incorrect redraw logic in the `tick()` method. Changed to use
`redrawRunning()` instead of generic `redraw()` to properly update only
running frame columns (runtime, LLU, and last line).
This ensures the Last Line data persists and is visible for monitoring
frame progress, matching the behavior from previous Cuetopia version.
**Link the Issue(s) this Pull Request is related to.**
- #18561 parent 55230c8 commit 400b353
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
| |||
0 commit comments