mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Merge pull request #11349 from noahpistilli/fix-memory-viewer
Fix MemoryViewWidget background colour
This commit is contained in:
@ -549,7 +549,7 @@ void MemoryViewWidget::UpdateBreakpointTags()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cell->setBackground(Qt::white);
|
cell->setBackground(Qt::transparent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user