Debug Tools: Metrics: Improved Monitors and Viewports minimap display. Highlight on hover.

Added ImGuiViewport ID in Master branch.
This commit is contained in:
ocornut
2024-02-09 16:17:59 +01:00
parent 70aa717a8e
commit 7b5357d817
4 changed files with 27 additions and 11 deletions

View File

@ -68,6 +68,7 @@ Other changes:
over popups that are also child windows.
- Combo: Fixed not reusing windows optimally when used inside a popup stack.
- Debug Tools: Metrics: Fixed debug break in SetShortcutRouting() not handling ImGuiMod_Shortcut redirect.
- Debug Tools: Metrics: Improved Monitors and Viewports minimap display. Highlight on hover.
- Debug Tools: Debug Log: Added "Input Routing" logging.
- Debug Tools: Added "nop" to IM_DEBUG_BREAK macro on GCC to work around GDB bug (#7266) [@Peter0x44]
- Backends: Vulkan: Fixed vkAcquireNextImageKHR() validation errors in VulkanSDK 1.3.275 by