Skip to content

Commit

Permalink
Merge pull request #768 from lioncash/hex-view
Browse files Browse the repository at this point in the history
DolphinWX: Fix scrolling in hex mode for the memory view
  • Loading branch information
lioncash committed Aug 10, 2014
2 parents e0b0b7e + a04809b commit a141819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/DolphinWX/Debugger/MemoryView.cpp
Expand Up @@ -377,7 +377,6 @@ void CMemoryView::OnPaint(wxPaintEvent& event)
}
strcat(dis, buf);
}
curAddress += 32;
}
else
{
Expand Down

0 comments on commit a141819

Please sign in to comment.