https://bugs.kde.org/show_bug.cgi?id=412447
--- Comment #12 from Christoph Cullmann <cullm...@kde.org> --- This would be the output code change: // round to the nearest 1/16 multiple const double minimalScaleStep = (1. / 16.); info[QStringLiteral("scale")] = qRound(output->scale() / minimalScaleStep) * minimalScaleStep; -- You are receiving this mail because: You are watching all bug changes.