mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-28 03:12:04 +00:00
Misc: fixed misc/cpp/imgui_stdlib.h/.cpp not supporting IMGUI_DISABLE. (#8294)
This commit is contained in:
@@ -60,6 +60,7 @@ Other changes:
|
||||
windows with the ImGuiWindowFlags_NoNavInputs flag. (#8231)
|
||||
- Debug Tools: Debug Log: hovering 0xXXXXXXXX values in log is allowed even
|
||||
if a popup is blocking mouse access to the debug log window. (#5855)
|
||||
- Misc: fixed misc/cpp/imgui_stdlib.h/.cpp not supporting IMGUI_DISABLE. (#8294) [@juur]
|
||||
- Backends: Allegro5: Avoid calling al_set_mouse_cursor() repeatedly since it appears
|
||||
to leak on on X11 (#8256). [@Helodity]
|
||||
- Backends: Vulkan: Fixed setting VkSwapchainCreateInfoKHR::preTransform for
|
||||
|
||||
Reference in New Issue
Block a user