mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix nice rounding quality in two cases.
This commit is contained in:
@@ -348,6 +348,7 @@ auto GenerateNewBotThread(
|
||||
const auto x = (outerWidth - icon.width()) / 2;
|
||||
const auto y = (size - icon.height()) / 2
|
||||
+ st::newThreadAboutIconSkip;
|
||||
auto hq = PainterHighQualityEnabler(p);
|
||||
p.setPen(Qt::NoPen);
|
||||
p.setBrush(context.st->msgServiceBgSelected());
|
||||
p.drawEllipse(
|
||||
|
||||
Reference in New Issue
Block a user