mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Added GetItemFlags() in public API. (#9127)
This commit is contained in:
parent
9055c9ed22
commit
0ff810038d
4 changed files with 11 additions and 3 deletions
|
|
@ -107,6 +107,8 @@ Other Changes:
|
|||
a string range. (#9107) [@achabense]
|
||||
- Scrollbar: fixed a codepath leading to a divide-by-zero (which would not be
|
||||
noticeable by user but detected by sanitizers). (#9089) [@judicaelclair]
|
||||
- Added GetItemFlags() in public API for consistency and to expose generic
|
||||
flags of last submitted item. (#9127)
|
||||
- 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