Merge pull request #768 from lioncash/hex-view

DolphinWX: Fix scrolling in hex mode for the memory view
This commit is contained in:
Lioncash 2014-08-10 14:58:48 -04:00
commit a141819241

View File

@ -377,7 +377,6 @@ void CMemoryView::OnPaint(wxPaintEvent& event)
} }
strcat(dis, buf); strcat(dis, buf);
} }
curAddress += 32;
} }
else else
{ {