https://bugs.kde.org/show_bug.cgi?id=356446

--- Comment #20 from David Edmundson <[email protected]> ---
Git commit bbf7aaf3448532b38819456fbe88ed866fb6fec0 by David Edmundson.
Committed on 07/08/2017 at 18:54.
Pushed by davidedmundson into branch 'master'.

Use Qt scaling in Plamsa

Summary:
I've done this only when on Wayland because:

On X, our own scaling to font generally works well.
There are bugs on older Qt, especially when it comes to fractional
scaling, and we can't support per screen scales anyway.
There's advantages to disabling, and (other than small context menu
icons) few advantages in enabling

On wayland, it's different. Everything is simpler as all co-ordinates
are in the same co-ordinate system
we don't have fractional scaling on the client so don't hit most the
remaining bugs and
even if we don't use Qt scaling the compositor will try to scale us
anyway so we have no choice

Test Plan:
Had this for about a week on my laptop.
Haven't noticed a single problem.

Reviewers: #plasma, mart

Reviewed By: #plasma, mart

Subscribers: mart, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D7188

M  +12   -8    shell/main.cpp

https://commits.kde.org/plasma-workspace/bbf7aaf3448532b38819456fbe88ed866fb6fec0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to