Skip to content
Permalink
Browse files
Merge pull request #11349 from noahpistilli/fix-memory-viewer
Fix MemoryViewWidget background colour
  • Loading branch information
AdmiralCurtiss committed Dec 17, 2022
2 parents a1c4861 + b56411b commit 685e512
Showing 1 changed file with 1 addition and 1 deletion.
@@ -549,7 +549,7 @@ void MemoryViewWidget::UpdateBreakpointTags()
}
else
{
cell->setBackground(Qt::white);
cell->setBackground(Qt::transparent);
}
}

0 comments on commit 685e512

Please sign in to comment.