2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

saved gifs done

This commit is contained in:
John Preston
2015-12-28 00:37:48 +03:00
parent dcbdd0b0a5
commit 9a1798f043
49 changed files with 2456 additions and 592 deletions

View File

@@ -603,7 +603,7 @@ void MediaView::onDocClick() {
}
}
void MediaView::ui_clipRedraw(ClipReader *reader) {
void MediaView::ui_clipRepaint(ClipReader *reader) {
if (reader == _gif) {
update(_x, _y, _w, _h);
}
@@ -1960,7 +1960,7 @@ void MediaView::hide() {
QWidget::hide();
stopGif();
Notify::mediaViewHidden();
Notify::clipStopperHidden(ClipStopperMediaview);
}
void MediaView::onMenuDestroy(QObject *obj) {