mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #768 from lioncash/hex-view
DolphinWX: Fix scrolling in hex mode for the memory view
This commit is contained in:
commit
a141819241
@ -377,7 +377,6 @@ void CMemoryView::OnPaint(wxPaintEvent& event)
|
|||||||
}
|
}
|
||||||
strcat(dis, buf);
|
strcat(dis, buf);
|
||||||
}
|
}
|
||||||
curAddress += 32;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user