mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
MemoryViewWidget: Remove unnecessary column
This column would end up containing junk data after changing the data type.
This commit is contained in:
@ -68,7 +68,7 @@ void MemoryViewWidget::Update()
|
||||
{
|
||||
clearSelection();
|
||||
|
||||
setColumnCount(3 + GetColumnCount(m_type));
|
||||
setColumnCount(2 + GetColumnCount(m_type));
|
||||
|
||||
if (rowCount() == 0)
|
||||
setRowCount(1);
|
||||
|
Reference in New Issue
Block a user