# HG changeset patch # User Chris Cannam # Date 1544204297 0 # Node ID 6bfca8973f793014ca40e7c48ed07c511d90c0f0 # Parent 759b81c38bb1328831b23dc1aebe344b32bf953b Another font consistency fix diff -r 759b81c38bb1 -r 6bfca8973f79 src/uncommitteditem.cpp --- a/src/uncommitteditem.cpp Fri Dec 07 17:13:47 2018 +0000 +++ b/src/uncommitteditem.cpp Fri Dec 07 17:38:17 2018 +0000 @@ -127,9 +127,6 @@ QTransform t = paint->worldTransform(); float scale = std::min(t.m11(), t.m22()); if (scale > 1.0) { - int ps = int((f.pixelSize() / scale) + 0.5); - if (ps < 8) ps = 8; - f.setPixelSize(ps); #ifdef Q_OS_WIN32 f.setHintingPreference(QFont::PreferVerticalHinting); #endif