Skip to content
Commit 56a02a17 authored by Luis Javier Merino's avatar Luis Javier Merino Committed by Matan Ziv-Av
Browse files

Fractional scaling and Antialias don't mix well

This is bug #373232 again.  The rendering rewrite in 76f879cd 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.

BUG: 462914
parent 0a19e115
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment