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
@@ -64,6 +64,7 @@ public:
// painting
void paintElements(QPainter &painter);
void paintAnimatedElements(QPainter &painter, int yOffset);
void paintSelection(QPainter &painter, int messageIndex, Selection &selection);
private:
@@ -80,5 +81,5 @@ private:
std::vector<std::unique_ptr<MessageLayoutElement>> elements;
};
} // namespace layouts
}
}
} // namespace messages
} // namespace chatterino