diff --git a/src/NazaraEditor/Core/UI/MainWindow.cpp b/src/NazaraEditor/Core/UI/MainWindow.cpp index 40504eb..e8e9947 100644 --- a/src/NazaraEditor/Core/UI/MainWindow.cpp +++ b/src/NazaraEditor/Core/UI/MainWindow.cpp @@ -16,6 +16,6 @@ namespace Nz } // Create docks everywhere in the main area - ImGui::DockSpaceOverViewport(); + ImGui::DockSpaceOverViewport(nullptr, ImGuiDockNodeFlags_PassthruCentralNode); } } \ No newline at end of file