diff options
| author | Sketch <75850871+SketchMaster2001@users.noreply.github.com> | 2022-12-16 17:41:50 -0500 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-12-17 10:37:37 +0100 |
| commit | b56411b84bf0318420aa130bb55b038cebc7c882 (patch) | |
| tree | e251192e2f7dc7b15fdc2f602f7fa3779c3646b0 /Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp | |
| parent | a1c4861ad8666b622f96266a20af6e8e787c9693 (diff) | |
Fix MemoryViewWidget background colour
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp b/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp index 1b544e3f48..646f98a176 100644 --- a/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp @@ -549,7 +549,7 @@ void MemoryViewWidget::UpdateBreakpointTags() } else { - cell->setBackground(Qt::white); + cell->setBackground(Qt::transparent); } } |
