mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Remove redundant new progress in round videos.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user