Removed leftover KeepAliveID() call in GetIDWithSeed() variant. (#5181) + doc tweaks.

This commit is contained in:
ocornut
2022-05-23 10:51:01 +02:00
parent e346059eef
commit cb56b0b238
3 changed files with 45 additions and 40 deletions

View File

@ -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: