1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Relaxed internal assert in MarkItemEdited() some more. (#8997)

Amend e7a734f78d, 5a2b1e8482
This commit is contained in:
ocornut 2025-10-14 16:07:07 +02:00
parent bad5ee167b
commit 702cc9993a
2 changed files with 3 additions and 1 deletions

View file

@ -93,6 +93,7 @@ Other Changes:
using a shared ImFontAtlas, leading standard backends to not properly
free texture resources. (#8975) [@icrashstuff]
- Demo: fixed layout issue in "Layout & Scrolling -> Scrolling" section.
- Misc: Relaxed internal assert in MarkItemEdited() to allow for more use cases. (#8997)
- Misc: Debuggers: added type formatters for the LLDB debuggers (e.g. Xcode,
Android Studio & more) to provide nicer display for ImVec2, ImVec4, ImVector etc.
See misc/debuggers/ for details. (#8950) [@mentlerd]