diff --git a/src/RadarPanel.cpp b/src/RadarPanel.cpp index d7e41a07..0be34157 100644 --- a/src/RadarPanel.cpp +++ b/src/RadarPanel.cpp @@ -55,8 +55,8 @@ bool RadarPanel::Create() { .BottomDockable(false) .RightDockable(false) .LeftDockable(false) - .CloseButton(true) - .Hide(); + .CloseButton(true); + // .Hide(); don't hide at creation, does not work on Mac m_sizer = new wxBoxSizer(wxHORIZONTAL);