mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fixed circle drawing in titles of some sections in channel earn info.
This commit is contained in:
parent
2a388ae4b2
commit
b31d43cbed
2 changed files with 2 additions and 0 deletions
|
@ -372,6 +372,7 @@ void InnerWidget::fill() {
|
|||
widget->paintRequest(
|
||||
) | rpl::start_with_next([=] {
|
||||
auto p = Painter(widget);
|
||||
auto hq = PainterHighQualityEnabler(p);
|
||||
p.setPen(Qt::NoPen);
|
||||
p.setBrush(st::activeButtonBg);
|
||||
p.drawEllipse(rect);
|
||||
|
|
|
@ -60,6 +60,7 @@ void AboutBox(
|
|||
widget->paintRequest(
|
||||
) | rpl::start_with_next([=] {
|
||||
auto p = Painter(widget);
|
||||
auto hq = PainterHighQualityEnabler(p);
|
||||
p.setPen(Qt::NoPen);
|
||||
p.setBrush(st::activeButtonBg);
|
||||
p.drawEllipse(rect);
|
||||
|
|
Loading…
Add table
Reference in a new issue