From c9e0f50f0f2ab28d267ee44ccd2bbb6a145eb0fd Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 13 Sep 2024 17:57:56 +0400 Subject: [PATCH] Revert "Improved color of topic icon in TopicIconView." This reverts commit a38dcb6ee54975ee09ac63991013db2cf15df43f. --- Telegram/SourceFiles/info/profile/info_profile_cover.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/info/profile/info_profile_cover.cpp b/Telegram/SourceFiles/info/profile/info_profile_cover.cpp index f7326ea19..fc44bc946 100644 --- a/Telegram/SourceFiles/info/profile/info_profile_cover.cpp +++ b/Telegram/SourceFiles/info/profile/info_profile_cover.cpp @@ -133,7 +133,7 @@ void TopicIconView::paintInRect(QPainter &p, QRect rect) { if (_player && _player->ready()) { paint(_player->frame( st::infoTopicCover.photo.size, - st::windowFg->c, + QColor(0, 0, 0, 0), false, crl::now(), _paused()).image);