Fix MemoryViewWidget background colour

This commit is contained in:
Sketch 2022-12-16 17:41:50 -05:00 committed by Admiral H. Curtiss
commit b56411b84b
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB

View file

@ -549,7 +549,7 @@ void MemoryViewWidget::UpdateBreakpointTags()
} }
else else
{ {
cell->setBackground(Qt::white); cell->setBackground(Qt::transparent);
} }
} }