D5487: Set xrdb XFT.DPI value as integer
David Edmundson
noreply at phabricator.kde.org
Tue Apr 18 00:48:40 UTC 2017
davidedmundson created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
QXcbScreen when loading uses QByteArray.toInt().
QByteArray("152.23").toInt() returns 0, rather than a rounded version,
this means QXcbScreen falls back to the virtualDPI for the logicalDPI
rather than the explicitly set one.
The end result is that my scaling setting didn't work properly.
REPOSITORY
R104 KScreen
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D5487
AFFECTED FILES
kcm/src/scalingconfig.cpp
kcm/src/scalingconfig.h
To: davidedmundson, #plasma
Cc: plasma-devel, spstarr, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170418/24166fc2/attachment.html>
More information about the Plasma-devel
mailing list