mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Fix MemoryViewWidget background colour
This commit is contained in:
parent
a1c4861ad8
commit
b56411b84b
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ void MemoryViewWidget::UpdateBreakpointTags()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cell->setBackground(Qt::white);
|
cell->setBackground(Qt::transparent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue