-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
SetWindowFontScale doesn't inherit parent scale for full chain of parent windows #2701
Comments
We were using it since April so at first we thought that now we can remove this call after each |
My 2 cents on this.. Thanks! |
This is now fixed by b7c27c5. |
Version: 1.72
Branch: master v1.72 tag
Back-ends: custom
Compiler: Visual Studio 2019
Operating System: Windows 10
My Issue/Question:
Recent 1.72 update made a change to window font scale:
Fixed old SetWindowFontScale() api value from not being inherited by child window. Added comments about the right way to scale your UI
But the value is only being inherited from an immediate parent (not the whole window set up to the root).
Screenshots/Video
Image
"TEXT 4" doesn't inherit 2x scale from "Part 2" child.
The text was updated successfully, but these errors were encountered: