[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays
Bo Simonsen
bugzilla_noreply at kde.org
Sun Apr 28 17:22:39 BST 2019
https://bugs.kde.org/show_bug.cgi?id=406770
--- Comment #1 from Bo Simonsen <bo at geekworld.dk> ---
This will probably fix it, but not provide antialiasing for hidpi displays:
- paint.setRenderHint(QPainter::Antialiasing, _antialiasText);
+ if(qApp->devicePixelRatio() == 1.0) {
+ paint.setRenderHint(QPainter::Antialiasing, _antialiasText);
+ }
But could be nice with a real fix.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list