https://bugs.kde.org/show_bug.cgi?id=462914
Matan Ziv-Av <ma...@svgalib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util |ities/konsole/commit/35c5bc |ities/konsole/commit/56a02a |11094e56aece691ef574fe93456 |17edabea90d5d6e2c692a0b836f |beab96d |c24b2ee --- Comment #4 from Matan Ziv-Av <ma...@svgalib.org> --- Git commit 56a02a17edabea90d5d6e2c692a0b836fc24b2ee by Matan Ziv-Av, on behalf of Luis Javier Merino MorĂ¡n. Committed on 06/01/2023 at 19:16. Pushed by matan into branch 'master'. Fractional scaling and Antialias don't mix well This is bug #373232 again. The rendering rewrite in 76f879cd7 reenabled antialasing in a too wide context, causing the bug to reappear. After #373232, the situation was that QPainter::TextAntialiasing instead of QPainter::Antialiasing would be enabled depending on the "Smooth fonts" setting, and QPainter::Antialiasing would be enabled depending on that same setting just for TerminalPainter::drawLineCharString(). Go back to that situation. M +3 -2 src/terminalDisplay/TerminalPainter.cpp https://invent.kde.org/utilities/konsole/commit/56a02a17edabea90d5d6e2c692a0b836fc24b2ee -- You are receiving this mail because: You are watching all bug changes.