mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-30 21:05:54 -05:00
Docking: fixed DockSpace() with ImGuiDockNodeFlags_KeepAliveOnly marking current window as written to,. (#6037)
This commit is contained in:
@@ -148,6 +148,9 @@ Docking+Viewports Branch:
|
||||
|
||||
- Docking: Internals: fixed DockBuilderCopyDockSpace() crashing when windows not in the
|
||||
remapping list are docked on the left or top side of a split. (#6035)
|
||||
- Docking: fixed DockSpace() with ImGuiDockNodeFlags_KeepAliveOnly marking current window
|
||||
as written to, even if it doesn't technically submit an item. This allow using KeepAliveOnly
|
||||
from any window location. (#6037)
|
||||
- Backends: OSX: fixed typo in ImGui_ImplOSX_GetWindowSize that would cause issues when resiing
|
||||
from OS decorations, if they are enabled on secondary viewports. (#6009) [@sivu]
|
||||
- Backends: Metal: fixed secondary viewport rendering. (#6015) [@dmirty-kuzmenko]
|
||||
|
||||
Reference in New Issue
Block a user