Fix MemoryViewWidget background colour

This commit is contained in:
Sketch 2022-12-16 17:41:50 -05:00 committed by Admiral H. Curtiss
parent a1c4861ad8
commit b56411b84b
No known key found for this signature in database
GPG Key ID: F051B4C4044F33FB
1 changed files with 1 additions and 1 deletions

View File

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