mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-06 04:58:47 +02:00
Removed leftover KeepAliveID() call in GetIDWithSeed() variant. (#5181) + doc tweaks.
This commit is contained in:
@ -43,6 +43,8 @@ Breaking changes:
|
||||
automatically handling event capture. Examples that are using the OSX backend have removed
|
||||
all the now-unnecessary calls to ImGui_ImplOSX_HandleEvent(), applications can do as well.
|
||||
[@stuartcarnie] (#4821)
|
||||
- Internals: calling ButtonBehavior() without calling ItemAdd() now requires a KeepAliveID().
|
||||
This is because the KeepAliveID() call was moved from GetID() to ItemAdd()). (#5181)
|
||||
|
||||
Other Changes:
|
||||
|
||||
|
Reference in New Issue
Block a user