mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build with GCC.
This commit is contained in:
@@ -137,7 +137,6 @@ void SummaryHeader::paint(
|
||||
const auto r = iconRect().translated(x, y);
|
||||
const auto lottieX = r.x() + st::historySummaryHeaderIconSizeInner;
|
||||
const auto lottieY = r.y() + st::historySummaryHeaderIconSizeInner;
|
||||
const auto stm = context.messageStyle();
|
||||
_lottie->paint(p, lottieX, lottieY, nameColor);
|
||||
if (_iconRipple.animation) {
|
||||
_iconRipple.animation->paint(
|
||||
|
||||
Reference in New Issue
Block a user