-
-
Notifications
You must be signed in to change notification settings - Fork 854
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing fractional OS scaling support in Wayland
Generally, the problem stems from the fact that Wayland reports its scaling factor as an integer, which then Qt just takes for granted until it somehow manages to notice, when initializing a(n OpenGL-enabled) widget, that the factor is actually not integral, and then we can query it from the widget. QScreen still remains with this old wrong factor, so this factor shouldn't be queried from it. Fixes #4089.
- Loading branch information
Showing
3 changed files
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters