Merge pull request #9942 from Pokechu22/memory-viewer-junk-column

MemoryViewWidget: Remove unnecessary column
This commit is contained in:
Mai M 2021-07-22 21:37:00 -04:00 committed by GitHub
commit 6229aa1e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ void MemoryViewWidget::Update()
{
clearSelection();
setColumnCount(3 + GetColumnCount(m_type));
setColumnCount(2 + GetColumnCount(m_type));
if (rowCount() == 0)
setRowCount(1);