mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	Viewport: UpdateTryMergeWindowIntoHostViewport() calls BringWindowToDisplayFront() - possible now that BringWindowToFocusFront() is a different function.
This commit is contained in:
		| @@ -7214,6 +7214,7 @@ static void ImGui::UpdateTryMergeWindowIntoHostViewport(ImGuiWindow* window, ImG | ||||
|             if (g.Windows[n]->Viewport == old_viewport) | ||||
|                 SetWindowViewport(g.Windows[n], viewport); | ||||
|     SetWindowViewport(window, viewport); | ||||
|     BringWindowToDisplayFront(window); | ||||
| } | ||||
|  | ||||
| // Scale all windows (position, size). Use when e.g. changing DPI. (This is a lossy operation!) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user