mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-02 21:47:38 -05:00
Backends: Win32: Added support for updating ParentViewportID after viewport creation.
This tends to be desirable for applicaton manipulating this value via ImGuiWindowClass::ParentViewportID. I thought it would be a simple call to SetParent(), it's only slightly more complicated but added comments about it.
This commit is contained in:
@@ -114,6 +114,7 @@ Docking+Viewports Branch:
|
||||
keeping ID alive when calling low-level ButtonBehavior() directly). (#5181, #2645)
|
||||
- Docking: [Internal] DockBuilderDockWindow() API calls don't clear docking order
|
||||
if the target node is same as existing one.
|
||||
- Backends: Win32: Added support for changing ParentViewportID after viewport creation.
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user