Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DolphinWX: Fix scrolling in hex mode for the memory view #768

Merged
merged 1 commit into from Aug 10, 2014

Conversation

lioncash
Copy link
Member

Prior to this after painting the hex values, it would increment the curAddress by 32, making scrolling backwards impossible. This is not only a bug, but unnecessary, since the OnMouseDownL and OnScrollWheel functions should be the only things to handle address incrementing for scrolling purposes.

Prior to this after painting the hex values, it would increment the curAddress by 32. This is not only a bug, but unnecessary, since the OnMouseDownL and OnScrollWheel functions should be the only things to handle address incrementing for scrolling purposes.
@lioncash lioncash changed the title DolphinWX: Fix scrolling in hex view for the memory view DolphinWX: Fix scrolling in hex mode for the memory view Aug 10, 2014
@delroth
Copy link
Member

delroth commented Aug 10, 2014

Yay, LGTM assuming it works.

@shuffle2
Copy link
Contributor

lgtm

lioncash added a commit that referenced this pull request Aug 10, 2014
DolphinWX: Fix scrolling in hex mode for the memory view
@lioncash lioncash merged commit a141819 into dolphin-emu:master Aug 10, 2014
@lioncash lioncash deleted the hex-view branch August 10, 2014 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants