Merge pull request #11349 from noahpistilli/fix-memory-viewer

Fix MemoryViewWidget background colour
This commit is contained in:
Admiral H. Curtiss 2022-12-17 10:47:04 +01:00 committed by GitHub
commit 685e512075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}
}