https://bugs.kde.org/show_bug.cgi?id=412447

--- Comment #10 from Christoph Cullmann <cullm...@kde.org> ---
Btw., to see the concrete benefit, try out the following:

export QT_SCALE_FACTOR=1.1

use current master version of frameworks + kwrite, open a file, select many
lines and then scale the font up and down

In some scale factor always every X lines a artifact will exist.

Try the same with

export QT_SCALE_FACTOR=1.0625

=> I don't get artifacts in any zoom ratio.

The same can be observed with other x * 0.05 scales vs x * 0.0625.

Perhaps these artifacts can be resolved some when in Qt, perhaps not, in any
case, by changing the step width for the "expert" mode just a little bit, we
can avoid artifacts in most cases and the only drawback is one digit more in
the expert mode.

On the other side you can remove the rounding code internally, as there is
nothing to round as the x * 0.0625 things will create no rounding errors for
the 0-10 something range we use.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to