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:
parent
14dfd5bf6b
commit
ea122de913
2 changed files with 7 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue