Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11349 from noahpistilli/fix-memory-viewer
Fix MemoryViewWidget background colour
  • Loading branch information
AdmiralCurtiss committed Dec 17, 2022
2 parents a1c4861 + b56411b commit 685e512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp
Expand Up @@ -549,7 +549,7 @@ void MemoryViewWidget::UpdateBreakpointTags()
}
else
{
cell->setBackground(Qt::white);
cell->setBackground(Qt::transparent);
}
}

Expand Down

0 comments on commit 685e512

Please sign in to comment.