https://bugs.kde.org/show_bug.cgi?id=380524
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kwi | |n/5091feb8f60304a4a0cbb15a8 | |5f21f3d28b2e85f Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 5091feb8f60304a4a0cbb15a85f21f3d28b2e85f by David Edmundson. Committed on 05/06/2017 at 09:50. Pushed by davidedmundson into branch 'Plasma/5.10'. Fix Aurorae decorations with non integer DPI Summary: As noted by Thomas L we're casting the scaleFactor to an int far too early, which in the worst case means we end up with Aurorare themes not rendering. This moves the rounding to where it's used per border. Test Plan: Forced Xft.DPI to 95 with xrdb. Confirmed that it was broken Applied this patch. Got decoration again Reviewers: #plasma, mart Reviewed By: #plasma, mart Subscribers: mart, rikmills, plasma-devel, kwin, #kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D6099 M +38 -38 plugins/kdecorations/aurorae/src/lib/themeconfig.cpp https://commits.kde.org/kwin/5091feb8f60304a4a0cbb15a85f21f3d28b2e85f -- You are receiving this mail because: You are watching all bug changes.