diff --git a/simulation/halsim_gui/src/main/native/cpp/main.cpp b/simulation/halsim_gui/src/main/native/cpp/main.cpp index d0db8d4b16..0cedd36978 100644 --- a/simulation/halsim_gui/src/main/native/cpp/main.cpp +++ b/simulation/halsim_gui/src/main/native/cpp/main.cpp @@ -116,7 +116,8 @@ __declspec(dllexport) } }); - if (!gui::Initialize("Robot Simulation", 1280, 720)) { + if (!gui::Initialize("Robot Simulation", 1280, 720, + ImGuiConfigFlags_DockingEnable)) { return 0; } HAL_RegisterExtensionListener(