mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
MemoryViewWidget: Remove unnecessary column
This column would end up containing junk data after changing the data type.
This commit is contained in:
parent
5af5656383
commit
bcf2c6b9b9
@ -68,7 +68,7 @@ void MemoryViewWidget::Update()
|
|||||||
{
|
{
|
||||||
clearSelection();
|
clearSelection();
|
||||||
|
|
||||||
setColumnCount(3 + GetColumnCount(m_type));
|
setColumnCount(2 + GetColumnCount(m_type));
|
||||||
|
|
||||||
if (rowCount() == 0)
|
if (rowCount() == 0)
|
||||||
setRowCount(1);
|
setRowCount(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user