diff --git a/Telegram/SourceFiles/ui/boxes/boost_box.cpp b/Telegram/SourceFiles/ui/boxes/boost_box.cpp index ff4c92c4e..0486d0cc3 100644 --- a/Telegram/SourceFiles/ui/boxes/boost_box.cpp +++ b/Telegram/SourceFiles/ui/boxes/boost_box.cpp @@ -127,6 +127,7 @@ namespace { st::boostLevelBadge.style.font->height ).marginsAdded(st::boostLevelBadge.margin); auto p = QPainter(label); + auto hq = PainterHighQualityEnabler(p); auto gradient = QLinearGradient( rect.topLeft(), rect.topRight());