MemoryViewWidget: Remove unnecessary column

This column would end up containing junk data after changing the data type.
This commit is contained in:
Pokechu22 2021-07-22 17:39:33 -07:00
parent 5af5656383
commit bcf2c6b9b9
1 changed files with 1 additions and 1 deletions

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);