From e4d27e159d70b84f0950007f3cd371eec065bc78 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:10:46 +0200 Subject: [PATCH] UI: Update PPC Threads debug window to support dark mode --- .../wxgui/windows/PPCThreadsViewer/DebugPPCThreadsWindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/wxgui/windows/PPCThreadsViewer/DebugPPCThreadsWindow.cpp b/src/gui/wxgui/windows/PPCThreadsViewer/DebugPPCThreadsWindow.cpp index 6bfcd69e..323eda39 100644 --- a/src/gui/wxgui/windows/PPCThreadsViewer/DebugPPCThreadsWindow.cpp +++ b/src/gui/wxgui/windows/PPCThreadsViewer/DebugPPCThreadsWindow.cpp @@ -40,8 +40,6 @@ DebugPPCThreadsWindow::DebugPPCThreadsWindow(wxFrame& parent) : wxFrame(&parent, wxID_ANY, _("PPC threads"), wxDefaultPosition, wxSize(930, 280), wxCLOSE_BOX | wxCLIP_CHILDREN | wxCAPTION | wxRESIZE_BORDER) { - wxFrame::SetBackgroundColour(*wxWHITE); - auto* sizer = new wxBoxSizer(wxVERTICAL); m_thread_list = new wxListView(this, GPLIST_ID, wxPoint(0, 0), wxSize(930, 240), wxLC_REPORT);