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
1 changed files with 0 additions and 1 deletions

View File

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