mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Fix MemoryViewWidget background colour
This commit is contained in:

committed by
Admiral H. Curtiss

parent
a1c4861ad8
commit
b56411b84b
@ -549,7 +549,7 @@ void MemoryViewWidget::UpdateBreakpointTags()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cell->setBackground(Qt::white);
|
cell->setBackground(Qt::transparent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user