Skip to content

progress: Add nk_console_progress_update() for runtime value/max changes#202

Merged
RobLoach merged 1 commit into
masterfrom
fix/progress-update-193
May 24, 2026
Merged

progress: Add nk_console_progress_update() for runtime value/max changes#202
RobLoach merged 1 commit into
masterfrom
fix/progress-update-193

Conversation

@RobLoach
Copy link
Copy Markdown
Owner

Adds nk_console_progress_update() following the pattern of nk_console_combobox_update(), allowing callers to change the label, value pointer, and max at runtime — re-clamping the current value if it exceeds the new max. Fixes #193

@RobLoach RobLoach self-assigned this May 24, 2026
@RobLoach RobLoach merged commit 1818ac2 into master May 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

progress: Add nk_console_progress_update() for runtime value/max changes

1 participant