mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Amend 7a02f4b.
This commit is contained in:
parent
7a02f4b545
commit
fedf227ea4
1 changed files with 6 additions and 3 deletions
|
|
@ -157,9 +157,12 @@ Other Changes:
|
||||||
noticeable by user but detected by sanitizers). (#9089) [@judicaelclair]
|
noticeable by user but detected by sanitizers). (#9089) [@judicaelclair]
|
||||||
- Added GetItemFlags() in public API for consistency and to expose generic
|
- Added GetItemFlags() in public API for consistency and to expose generic
|
||||||
flags of last submitted item. (#9127)
|
flags of last submitted item. (#9127)
|
||||||
- IsItemHovered() without ImGuiHoveredFlags_AllowWhenBlockedByActiveItem
|
- Shortcuts:
|
||||||
doesn't filter out the signal when activated item is a shortcut remote activation;
|
- IsItemHovered() without ImGuiHoveredFlags_AllowWhenBlockedByActiveItem
|
||||||
(which mimicks what's done internally in the ItemHoverable() function). (#9138)
|
doesn't filter out the signal when activated item is a shortcut remote activation;
|
||||||
|
(which mimicks what's done internally in the ItemHoverable() function). (#9138)
|
||||||
|
- Fixed tooltip placement being affected for a frame when located over an item
|
||||||
|
activated by SetNextItemShortcut(). (#9138)
|
||||||
- Debug Tools:
|
- Debug Tools:
|
||||||
- Debug Log: fixed incorrectly printing characters in IO log when submitting
|
- Debug Log: fixed incorrectly printing characters in IO log when submitting
|
||||||
non-ASCII values to io.AddInputCharacter(). (#9099)
|
non-ASCII values to io.AddInputCharacter(). (#9099)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue