https://bugs.kde.org/show_bug.cgi?id=489862
--- Comment #18 from Tom Dzmelyk <tddzm...@mtu.edu> --- (In reply to Mads from comment #17) > Cool, great work! So now the bug only happens during odd scaling factors? As far as I can tell, yes. The quickest way to know is divide your screen resolution by your scale. If the decimal component is larger than .5 it will work correctly. If the decimal portion is smaller, you'll experience the bug. Eg. I use a left-right setup, so I take my horizontal resolution of 2560. 2560/1.2 = 2133.33 Rounds down, It will be bugged. 2560/1.25 = 2048 Good to go. 2560/1.5 = 1706.66 Not a whole number, but will round up, so still good to go. -- You are receiving this mail because: You are watching all bug changes.