mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -377,7 +377,6 @@ void CMemoryView::OnPaint(wxPaintEvent& event)
|
|||
}
|
||||
strcat(dis, buf);
|
||||
}
|
||||
curAddress += 32;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue