mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build for Windows and Linux.
This commit is contained in:
parent
7a971b5855
commit
86f3d88116
2 changed files with 1 additions and 3 deletions
|
@ -252,8 +252,6 @@ void Sticker::paintPath(
|
||||||
}
|
}
|
||||||
|
|
||||||
QPixmap Sticker::paintedPixmap(const PaintContext &context) const {
|
QPixmap Sticker::paintedPixmap(const PaintContext &context) const {
|
||||||
const auto w = _size.width();
|
|
||||||
const auto h = _size.height();
|
|
||||||
const auto colored = context.selected()
|
const auto colored = context.selected()
|
||||||
? &context.st->msgStickerOverlay()
|
? &context.st->msgStickerOverlay()
|
||||||
: nullptr;
|
: nullptr;
|
||||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
||||||
Subproject commit 08e887324f22ec78d8ff8f3744f81b1ae68dc774
|
Subproject commit bc4e6aee9c4bc8198dd9e36b6db0da61896b36c5
|
Loading…
Add table
Reference in a new issue