From 72b4d521cf17a2c2ec4f80195fe966163ef25877 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:11:23 +0200 Subject: [PATCH] UI: Update Memory Searcher window to support dark mode --- src/gui/wxgui/MemorySearcherTool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/wxgui/MemorySearcherTool.cpp b/src/gui/wxgui/MemorySearcherTool.cpp index 8faf87d9..cc99fb8b 100644 --- a/src/gui/wxgui/MemorySearcherTool.cpp +++ b/src/gui/wxgui/MemorySearcherTool.cpp @@ -51,7 +51,6 @@ MemorySearcherTool::MemorySearcherTool(wxFrame* parent) : wxFrame(parent, wxID_ANY, _("Memory Searcher"), wxDefaultPosition, wxSize(600, 540), wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL) { this->SetSizeHints(wxDefaultSize, wxDefaultSize); - this->wxWindowBase::SetBackgroundColour(*wxWHITE); this->wxTopLevelWindowBase::SetMinSize(wxSize(600, 540)); auto* sizer = new wxBoxSizer(wxVERTICAL);