From b5555bf01d05067cf7843648da4c74649f55a1b7 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Thu, 15 Feb 2024 21:35:24 +0100 Subject: [PATCH] WIP --- src/debugger.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debugger.cpp b/src/debugger.cpp index 01d1eb3c..881dc500 100644 --- a/src/debugger.cpp +++ b/src/debugger.cpp @@ -34,6 +34,7 @@ Debugger* Debugger_create() { ImGuiIO& io = ImGui::GetIO(); (void)io; io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls + io.ConfigFlags |= ImGuiConfigFlags_DockingEnable; // Setup Dear ImGui style ImGui::StyleColorsDark();