mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
8eb6cbd400
commit
47075bec49
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue