From 5ecc38a9ca9bf342f1708b8bd3394438e0e33257 Mon Sep 17 00:00:00 2001 From: "Kueffner, Maximilian" Date: Thu, 13 Mar 2025 19:10:53 +0100 Subject: [PATCH] use docking --- src/AppGLFW.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppGLFW.cpp b/src/AppGLFW.cpp index 157e391..d036b15 100644 --- a/src/AppGLFW.cpp +++ b/src/AppGLFW.cpp @@ -103,7 +103,7 @@ int ui::AppGLFW::Run() ImGui_ImplOpenGL3_NewFrame(); ImGui_ImplGlfw_NewFrame(); ImGui::NewFrame(); - // ImGui::DockSpaceOverViewport(ImGui::GetMainViewport()); + ImGui::DockSpaceOverViewport(ImGui::GetID("MainDockSpace")); // Rendering ImGui::Render();