mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 15:55:31 +01:00
Merge pull request #9942 from Pokechu22/memory-viewer-junk-column
MemoryViewWidget: Remove unnecessary column
This commit is contained in:
commit
6229aa1e4e
@ -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…
x
Reference in New Issue
Block a user