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

Fix mapping window title bar becoming unresponsive #9491

Merged
merged 1 commit into from Feb 4, 2021

Conversation

DacodaDragon
Copy link
Contributor

Fixes https://bugs.dolphin-emu.org/issues/12064

The timer called the lambda expression by interval, causing weird behavior for release functions.
Setting the timer to be one-shot fixes this issue.

@DacodaDragon
Copy link
Contributor Author

The amount of time before the input is released seems annoyingly long though, we might consider reducing that time from 500ms to 100ms or so, depending on feedback.

@Miksel12
Copy link
Contributor

Miksel12 commented Feb 4, 2021

Thanks! Very happy to see this annoying bug fixed, I don't know why not more people reported this issue.

@jordan-woyak jordan-woyak merged commit abc5d6c into dolphin-emu:master Feb 4, 2021
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants