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 implementation of ScalingChanged property. #5948

Merged
merged 1 commit into from May 19, 2021

Conversation

danwalmsley
Copy link
Member

@danwalmsley danwalmsley commented May 19, 2021

What does the pull request do?

Dragging from a high dpi monitor to a low dpi monitor or vice versa would cause ui not to update scaling...

What is the current behavior?

image

What is the updated/expected behavior with this PR?

works correctly.

How was the solution implemented (if it's not obvious)?

erm... a bit embarrassing!

telegram-cloud-photo-size-4-5847965008980456894-y

we had double implementation of interface property. probably a refactoring error.

Checklist

Breaking changes

Obsoletions / Deprecations

Fixed issues

there were 2x implementations, 1x implicit, 1x explicit... :face-palm:
@danwalmsley danwalmsley merged commit d1354e9 into master May 19, 2021
@danwalmsley danwalmsley deleted the fixes/handle-scaling-correctly-osx branch May 19, 2021 14:20
danwalmsley pushed a commit that referenced this pull request May 19, 2021
…ly-osx

fix implementation of ScalingChanged property.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants