mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Docking: Forward WindowClass from node to host window.
This commit is contained in:
		| @@ -10952,6 +10952,7 @@ static void ImGui::DockNodeUpdate(ImGuiDockNode* node) | ||||
|             } | ||||
|             if (node->InitFromFirstWindowViewport && node->Windows.Size > 0) | ||||
|                 SetNextWindowViewport(node->Windows[0]->ViewportId); | ||||
|             SetNextWindowClass(&node->WindowClass); | ||||
|  | ||||
|             // Begin into the host window | ||||
|             char window_label[20]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user