Merge pull request #1003 from Ckath/fixscale

stop emotes from being cut off (pajlada-dev)
This commit is contained in:
pajlada 2019-04-11 16:14:07 +02:00 committed by GitHub
commit ef81029374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ void MessageLayoutContainer::breakLine()
int yExtra = 0;
if (isCompactEmote)
{
// yExtra = (COMPACT_EMOTES_OFFSET / 2) * this->scale_;
yExtra = (COMPACT_EMOTES_OFFSET / 2) * this->scale_;
}
// if (element->getCreator().getFlags() &