Merge pull request #11349 from noahpistilli/fix-memory-viewer
Fix MemoryViewWidget background colour
This commit is contained in:
commit
685e512075
|
@ -549,7 +549,7 @@ void MemoryViewWidget::UpdateBreakpointTags()
|
|||
}
|
||||
else
|
||||
{
|
||||
cell->setBackground(Qt::white);
|
||||
cell->setBackground(Qt::transparent);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue