mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-29 05:29:23 +00:00
Fix "Open" miniapp button antialiasing.
This commit is contained in:
parent
f94fd3118b
commit
080a8d7ee5
@ -299,6 +299,7 @@ void RecentRow::rightActionPaint(
|
||||
? st::activeButtonBgOver
|
||||
: st::activeButtonBg);
|
||||
const auto radius = size.height() / 2;
|
||||
auto hq = PainterHighQualityEnabler(p);
|
||||
p.drawRoundedRect(QRect(QPoint(x, y), size), radius, radius);
|
||||
if (_actionRipple) {
|
||||
_actionRipple->paint(p, x, y, outerWidth);
|
||||
|
Loading…
x
Reference in New Issue
Block a user