Docking: added ImGuiWindowClass::FocusRouteParentWindowId as a public facing version of SetWindowParentWindowForFocusRoute() (#6798, #2637, #456)

This commit is contained in:
ocornut
2024-01-16 14:00:21 +01:00
parent 69b64e2b73
commit cceff4684a
4 changed files with 17 additions and 2 deletions

View File

@@ -53,6 +53,12 @@ Other changes:
- Backends: Vulkan: Fixed vkMapMemory() calls unnecessarily using full buffer size. (#3957)
- Backends: Vulkan: Fixed handling of ImGui_ImplVulkan_InitInfo::MinAllocationSize field. (#7189, #4238)
Docking+Viewports Branch:
- Added ImGuiWindowClass::FocusRouteParentWindowId as a way to connect the focus route between
a tool window to a parent document window, so that Shortcuts in the documents are routed when the
tool is focused (regardless of whether the tool is docked or in a floating viewport, etc.) (#6798)
-----------------------------------------------------------------------
VERSION 1.90.1 (Released 2024-01-10)