Skip to content

Revert "fix touch offset in window mode" (needs testing) #154

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

Merged
merged 1 commit into from
Sep 16, 2013
Merged

Revert "fix touch offset in window mode" (needs testing) #154

merged 1 commit into from
Sep 16, 2013

Conversation

inclement
Copy link
Member

This reverts commit 9eddd5e.

As per the issue at #153 , the recent commit at bc4a45c caused a touch offset bug. However, the bug could also be fixed by reverting the original fix for at 9eddd5e .

It seems that perhaps the new commit makes the old one redundant by doing the touch offset due to the android status bar somewhere else. That would mean the older fix is now a bug, by repeating the touch offset and making touches be in the wrong place again!

This pull request reverts the original touch fix (now redundant), which seems to resolve the issue. I've tested it successfully, and @denspb confirms at bc4a45c . However, I don't fully understand what's going on behind the scenes, so this PR probably needs confirmation and/or testing by someone familiar with what's really going on.

@tito
Copy link
Member

tito commented Sep 16, 2013

Whoa, nice. I haven't been able to reproduce the issue, it was still working after the cleanup, as this commit doesn't have any impact. Thanks for it!

tito added a commit that referenced this pull request Sep 16, 2013
Revert "fix touch offset in window mode" (needs testing)
@tito tito merged commit 6681363 into kivy:master Sep 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants