2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-04 16:45:12 +00:00

Sync video to audio stream fixed. Cute video download inside MediaView.

Small round radius in webpage photo / doc nested attachments.
This commit is contained in:
John Preston
2016-07-19 13:54:43 +03:00
parent 12523f4c0c
commit 207981b8c4
10 changed files with 107 additions and 77 deletions

View File

@@ -397,7 +397,7 @@ void MediaPreviewWidget::clipCallback(Media::Clip::Notification notification) {
if (gif() && _gif->ready() && !_gif->started()) {
QSize s = currentDimensions();
_gif->start(s.width(), s.height(), s.width(), s.height(), false);
_gif->start(s.width(), s.height(), s.width(), s.height(), ImageRoundRadius::None);
}
update();