mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-29 02:34:16 +00:00
Docking: Fixed one-frame flickering on reappearing windows binding to a dock node where a later-submitted window was already bound.
This commit is contained in:
@@ -153,6 +153,8 @@ Docking+Viewports Branch:
|
||||
|
||||
- Viewports: Closing a viewport via OS/platform means (e.g. OS close button or task-bar menu),
|
||||
mark all windows in this viewport as closed.
|
||||
- Docking: Fixed one-frame flickering on reappearing windows binding to a dock node
|
||||
where a later-submitted window was already bound.
|
||||
- Docking: Fixed dragging from title-bar empty space (regression from 1.88 related to
|
||||
keeping ID alive when calling low-level ButtonBehavior() directly). (#5181, #2645)
|
||||
- Docking: [Internal] DockBuilderDockWindow() API calls don't clear docking order
|
||||
|
||||
Reference in New Issue
Block a user