mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	Docking: Fixed single-frame node pos/size inconsistencies when window stop or start being submitted.
Fix 718e15c7d while preserving its intended property. Tested by "docking_window_appearing_layout". (#2109)
			
			
This commit is contained in:
		| @@ -159,6 +159,7 @@ Docking+Viewports Branch: | ||||
| - Docking: Fixed a bug undocking windows docked into a non-visible or _KeepAliveOnly dockspace | ||||
|   when unrelated windows submitted before the dockspace have dynamic visibility. (#4757) | ||||
| - Docking: Fixed incorrectly rounded tab bars for dock node that are not at the top of their dock tree. | ||||
| - Docking: Fixed single-frame node pos/size inconsistencies when window stop or start being submitted. | ||||
| - Viewports: Made it possible to explicitly assign ImGuiWindowClass::ParentViewportId to 0 in order | ||||
|   to ensure a window is not parented. Previously this would use the global default (which might be 0, | ||||
|   but not always as it would depend on io.ConfigViewportsNoDefaultParent). (#3152, #2871) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user