mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build.
This commit is contained in:
parent
a8106aa38d
commit
ebb6b4ab63
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ void Row::elementsPaint(
|
||||||
_outerWidth = outerWidth;
|
_outerWidth = outerWidth;
|
||||||
Dialogs::Ui::RowPainter::Paint(p, _fakeRow.get(), {
|
Dialogs::Ui::RowPainter::Paint(p, _fakeRow.get(), {
|
||||||
.st = &st::defaultDialogRow,
|
.st = &st::defaultDialogRow,
|
||||||
|
.currentBg = st::dialogsBg,
|
||||||
.now = crl::now(),
|
.now = crl::now(),
|
||||||
.width = outerWidth,
|
.width = outerWidth,
|
||||||
.selected = selected,
|
.selected = selected,
|
||||||
|
|
Loading…
Add table
Reference in a new issue