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);
|
||||
}
|
||||
curAddress += 32;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue