Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Fix incorrect DPI scaling of surfaces #156

Open
cpdt opened this issue Jan 30, 2019 · 0 comments
Open

Fix incorrect DPI scaling of surfaces #156

cpdt opened this issue Jan 30, 2019 · 0 comments
Labels
bug editor Issues related to the graphical editor
Milestone

Comments

@cpdt
Copy link
Member

cpdt commented Jan 30, 2019

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 cpdt added bug editor Issues related to the graphical editor labels Jan 30, 2019
@cpdt cpdt added this to the 0.5.0 milestone Jan 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug editor Issues related to the graphical editor
Projects
None yet
Development

No branches or pull requests

1 participant