Multi-Select: Box-Select+Tables: fixed using BeginMultiSelect() before table layout is locked. (#8250)

This commit is contained in:
ocornut
2026-04-09 19:38:15 +02:00
parent f83a378d62
commit bbd0af7256
3 changed files with 8 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ Other Changes:
and ImGuiSelectionUserData is technically opaque storage. (#7994, #1861)
(we will probably bring this back as a minor optimization if we have a way to for
user to tell us ImGuiSelectionUserData are indices)
- Box-Select, Tables: fixed an issue when calling `BeginMultiSelect()` in a table
before layout has been locked (first row or headers row submitted). (#8250)
- Fonts:
- imgui_freetype: add FreeType headers & compiled version in 'About Dear ImGui' details.
- Clipper: