mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix build on Windows.
This commit is contained in:
parent
ebf456abe4
commit
e71a067f4b
1 changed files with 2 additions and 2 deletions
|
@ -365,8 +365,8 @@ void InnerWidget::fill() {
|
|||
{ 0, -st::moderateBoxExpandInnerSkip, 0, 0 },
|
||||
true));
|
||||
const auto context = Core::MarkedTextContext{
|
||||
.customEmojiRepaint = [=] { label->update(); },
|
||||
.session = session,
|
||||
.customEmojiRepaint = [=] { label->update(); },
|
||||
};
|
||||
const auto process = [=] {
|
||||
const auto amount = input->getLastText().toDouble();
|
||||
|
@ -447,8 +447,8 @@ void InnerWidget::fill() {
|
|||
const auto was = base::unixtime::serialize(dt);
|
||||
|
||||
const auto context = Core::MarkedTextContext{
|
||||
.customEmojiRepaint = [=] { lockedLabelBottom->update(); },
|
||||
.session = session,
|
||||
.customEmojiRepaint = [=] { lockedLabelBottom->update(); },
|
||||
};
|
||||
const auto emoji = Ui::Text::SingleCustomEmoji(
|
||||
session->data().customEmojiManager().registerInternalEmoji(
|
||||
|
|
Loading…
Add table
Reference in a new issue