From f9d492f4b16edd7870437c58c7afcb95e2e26df3 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 24 Dec 2020 12:24:36 -0800 Subject: [PATCH] [sim] GUI: Show "Other Devices" window by default (#2961) --- simulation/halsim_gui/src/main/native/cpp/SimDeviceGui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/simulation/halsim_gui/src/main/native/cpp/SimDeviceGui.cpp b/simulation/halsim_gui/src/main/native/cpp/SimDeviceGui.cpp index 8bab1e66de..4d18eadfb9 100644 --- a/simulation/halsim_gui/src/main/native/cpp/SimDeviceGui.cpp +++ b/simulation/halsim_gui/src/main/native/cpp/SimDeviceGui.cpp @@ -156,6 +156,7 @@ void SimDeviceGui::Initialize() { return glass::MakeFunctionView( [=] { static_cast(model)->Display(); }); }); + HALSimGui::halProvider.ShowDefault("Other Devices"); auto model = std::make_unique(); gSimDevicesModel = model.get();