diff --git a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp index 4fd72b121..8f7698339 100644 --- a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp +++ b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp @@ -607,7 +607,9 @@ void Gif::draw(Painter &p, const PaintContext &context) const { validateThumbCache({ usew, painth }, isRound, rounding); p.drawImage(rthumb, _thumbCache); } - paintTimestampMark(p, rthumb, rounding); + if (!isRound) { + paintTimestampMark(p, rthumb, rounding); + } if (revealed < 1.) { p.setOpacity(1. - revealed);