Debugger: Make memory dialog transparent

Was supposed to do this in my initial memory search pr but ended up removing while fighting with git accidentally.
This commit is contained in:
Ty Lamontagne 2021-11-18 14:30:27 -05:00 committed by refractionpcsx2
parent 8eb6cbd400
commit 47075bec49
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ CpuTabPage::CpuTabPage(wxWindow* parent, DebugInterface* _cpu)
memorySearch->SetMaxSize(wxSize(360, -1));
memorySizer->Add(memorySearch, 1, wxEXPAND);
memoryPanel->SetSizer(memorySizer);
memoryPanel->SetBackgroundColour(wxTransparentColor);
// create bottom section
bottomTabs->AddPage(memoryPanel, L"Memory");