mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix build on Windows.
This commit is contained in:
parent
42d6d0d58a
commit
5adde6c93a
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue