mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix build with GCC.
This commit is contained in:
@@ -2288,7 +2288,6 @@ void StickersListWidget::paintSticker(
|
||||
p.drawPixmapLeft(ppos, width(), frame);
|
||||
} else {
|
||||
const auto image = media->getStickerSmall();
|
||||
const auto ratio = style::DevicePixelRatio();
|
||||
const auto useSavedFrame = !sticker.savedFrame.isNull()
|
||||
&& (sticker.savedFrameFor == _singleSize);
|
||||
const auto pixmap = useSavedFrame
|
||||
|
Reference in New Issue
Block a user