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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user