1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-26 02:34:23 +00:00

Error handling: Improve error handling and recovery for TableSetupColumn().

This commit is contained in:
ocornut 2026-01-19 11:49:11 +01:00
parent 14dfd5bf6b
commit ea122de913
2 changed files with 7 additions and 3 deletions

View file

@ -184,6 +184,7 @@ Other Changes:
activated by SetNextItemShortcut(). (#9138)
- Error Handling:
- Improve error handling and recovery for EndMenu()/EndCombo(). (#1651, #9165, #8499)
- Improve error handling and recovery for TableSetupColumn().
- Debug Tools:
- Debug Log: fixed incorrectly printing characters in IO log when submitting
non-ASCII values to io.AddInputCharacter(). (#9099)