Fix build on Windows.

This commit is contained in:
John Preston 2024-05-21 15:02:34 +04:00
parent 42d6d0d58a
commit 5adde6c93a
1 changed files with 1 additions and 1 deletions

View File

@ -847,8 +847,8 @@ void CreditsRow::rightActionPaint(
x += st::creditsHistoryRightSkip;
_rightText.draw(p, Ui::Text::PaintContext{
.position = QPoint(x, y - font->height / 2),
.availableWidth = outerWidth,
.outerWidth = outerWidth,
.availableWidth = outerWidth,
});
x += _rightText.maxWidth() + font->spacew * 2;
p.drawImage(