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

Qt: Fix Shake Mapping Indicator not showing deadzone #9449

Merged
merged 1 commit into from Jan 27, 2021

Conversation

Filoppi
Copy link
Contributor

@Filoppi Filoppi commented Jan 16, 2021

QRectF was missing from drawRect which meant the deazone was casted to an int, flooring its value (it goes from 0 to 1).

QRectF was missing from drawRect which meant the deazone was casted to an int, flooring its value (it goes from 0 to 1).
Copy link
Contributor

@iwubcode iwubcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed the deadzone indicator is fixed. LGTM

@leoetlino leoetlino merged commit 84ad550 into dolphin-emu:master Jan 27, 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