Demo: improved Selectable() demos. (#9193)

This commit is contained in:
ocornut
2026-01-26 11:45:32 +01:00
parent c91bcea7a8
commit d12b1a938e
4 changed files with 47 additions and 11 deletions
+2
View File
@@ -198,6 +198,8 @@ Other Changes:
- Debug Log: fixed incorrectly printing characters in IO log when submitting
non-ASCII values to `io.AddInputCharacter()`. (#9099)
- Debug Log: can output to debugger on Windows. (#5855)
- Demo:
- Slightly improve Selectable() demos. (#9193)
- Backends:
- DirectX10: added `SamplerNearest` in `ImGui_ImplDX10_RenderState`.
(+renamed `SamplerDefault` to `SamplerLinear`, which was tagged as beta API)