Update to the latest submodules.

This commit is contained in:
John Preston
2019-11-05 13:23:09 +03:00
parent 6a0c7f3909
commit 88e0342e02
20 changed files with 116 additions and 108 deletions
@@ -630,7 +630,7 @@ void StickerSetBox::Inner::paintSticker(
auto h = 1;
if (element.animated && !document->dimensions.isEmpty()) {
const auto request = Lottie::FrameRequest{ boundingBoxSize() * cIntRetinaFactor() };
const auto size = request.size(document->dimensions) / cIntRetinaFactor();
const auto size = request.size(document->dimensions, true) / cIntRetinaFactor();
w = std::max(size.width(), 1);
h = std::max(size.height(), 1);
} else {