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

Fixed using IMGUI_DISABLE_DEMO_WINDOWS without IMGUI_DISABLE_DEBUG_TOOLS and without linking with imgui_demo.cpp

This commit is contained in:
ocornut 2025-06-12 11:02:32 +02:00
parent 7a42233d43
commit a0b3eceec7
3 changed files with 40 additions and 37 deletions

View file

@ -290,6 +290,8 @@ Other changes:
to be a valid low-level texture identifier.
- Debug Tools: Fonts section: add font preview, add "Remove" button, add "Load all glyphs"
button, add selection to change font backend when both are compiled in.
- Special thanks for fonts/texture related feedback to: @thedmd, @ShironekoBen, @rodrigorc,
@pathogendavid, @itamago, @rokups, @DucaRii, @Aarkham, @cyfewlp.
- IO: variations in analog-only components of gamepad events do not interfere
with trickling of mouse position events (#4921, #8508)