Demo: fixed/tweaked missing IMGUI_DEMO_MARKER for examples applets. (#9261, #3689)

This commit is contained in:
Pascal Thomet
2026-02-23 11:29:28 +01:00
committed by ocornut
parent 8a15a1064d
commit 848da73a81
2 changed files with 19 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ Other Changes:
- Shift+Enter in multi-line editor always adds a new line, regardless of
ImGuiInputTextFlags_CtrlEnterForNewLine being set or not. (#9239)
- Style: border sizes are now scaled (and rounded) by ScaleAllSizes().
- Demo: fixed IMGUI_DEMO_MARKER locations for examples applets. (#9261, #3689) [@pthom]
- Clipper:
- Clear `DisplayStart`/`DisplayEnd` fields when `Step()` returns false.
- Added `UserIndex` helper storage. This is solely a convenience for cases where