axiom icon indicating copy to clipboard operation
axiom copied to clipboard

Fix incorrect DPI scaling of surfaces

Open cpdt opened this issue 6 years ago • 0 comments

Currently the scaling of surface content on monitors with non-1 DPI scaling is completely out of whack. Text is the correct size, but everything else is unscaled so the text appears huge (and often clipped).

This should be fixable by multiplying/dividing by Application::desktop()->devicePixelRatio() wherever necessary.

cpdt avatar Jan 30 '19 21:01 cpdt