mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Fix build.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user