You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unknown-length redraw and animated marker fill at finish
- ProgressBar._needs_update now redraws unknown-length bars on every
value change, so a non-time-sensitive widget set (e.g. the
format_label example's FormatLabel) animates instead of jumping
straight from the start value to the final value.
- AnimatedMarker keeps a filled bar full when finished instead of
collapsing to a single marker character, fixing the
filling_bar_animated_marker and color_bar_animated_marker_example
examples emptying out at 100%.
- Isolate the SIGWINCH overlapping-bars regression test from global
_ResizeRegistry state so the handler-restore branch is exercised
deterministically regardless of suite ordering, restoring 100%
coverage.
Adds targeted regression tests for each.
0 commit comments