Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9942 from Pokechu22/memory-viewer-junk-column
MemoryViewWidget: Remove unnecessary column
  • Loading branch information
lioncash committed Jul 23, 2021
2 parents 5af5656 + bcf2c6b commit 6229aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp
Expand Up @@ -68,7 +68,7 @@ void MemoryViewWidget::Update()
{
clearSelection();

setColumnCount(3 + GetColumnCount(m_type));
setColumnCount(2 + GetColumnCount(m_type));

if (rowCount() == 0)
setRowCount(1);
Expand Down

0 comments on commit 6229aa1

Please sign in to comment.