sync gif emotes of same length

This commit is contained in:
fourtf
2020-02-16 14:24:11 +01:00
parent 59296075e8
commit 6229b2f434
5 changed files with 22 additions and 8 deletions
+1
View File
@@ -22,6 +22,7 @@ void GIFTimer::initialize()
qApp->activeWindow() == nullptr)
return;
this->position_ += gifFrameLength;
this->signal.invoke();
getApp()->windows->repaintGifEmotes();
});