Skip to content

list_view: Fall back to empty string when item label is NULL#200

Merged
RobLoach merged 1 commit into
masterfrom
fix/list-view-null-label-195
May 23, 2026
Merged

list_view: Fall back to empty string when item label is NULL#200
RobLoach merged 1 commit into
masterfrom
fix/list-view-null-label-195

Conversation

@RobLoach
Copy link
Copy Markdown
Owner

When get_label_callback returns NULL the loop previously broke early, misaligning all subsequent rows. Now substitutes "" so the row slot is always consumed and selection indices stay correct.

Fixes #195

@RobLoach RobLoach self-assigned this May 23, 2026
@RobLoach RobLoach merged commit b7eff77 into master May 23, 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.

list_view: Fix selected item misalignment when item label is empty

1 participant