mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Fix GIFs preview.
This commit is contained in:
@@ -1161,7 +1161,7 @@ void MediaPreviewWidget::clipCallback(Media::Clip::Notification notification) {
|
||||
|
||||
case NotificationRepaint: {
|
||||
if (_gif && !_gif->currentDisplayed()) {
|
||||
updateArea();
|
||||
update(updateArea());
|
||||
}
|
||||
} break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user