fixed gif emotes not drawing

This commit is contained in:
fourtf
2018-01-13 02:13:59 +01:00
parent 40733ca312
commit 9703cf6ad4
5 changed files with 23 additions and 10 deletions
+3
View File
@@ -172,6 +172,9 @@ void MessageLayout::paint(QPainter &painter, int y, int messageIndex, Selection
painter.fillRect(0, y, pixmap->width(), pixmap->height(), themeManager.messages.disabled);
}
// draw gif emotes
this->container.paintAnimatedElements(painter, y);
this->bufferValid = true;
}