Remove redundant new progress in round videos.

This commit is contained in:
John Preston 2025-02-13 19:10:31 +04:00
parent 75de81a3ab
commit 5e762be32b

View file

@ -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);