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

View File

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