parent
fbdc6ed5ac
commit
d079108e29
1 changed files with 1 additions and 2 deletions
|
|
@ -149,13 +149,12 @@ void Widget::paintEvent(QPaintEvent *e) {
|
||||||
width());
|
width());
|
||||||
}
|
}
|
||||||
|
|
||||||
p.setTextPalette(_st->palette);
|
|
||||||
|
|
||||||
const auto lines = _maxTextHeight / _st->style.font->height;
|
const auto lines = _maxTextHeight / _st->style.font->height;
|
||||||
p.setPen(st::toastFg);
|
p.setPen(st::toastFg);
|
||||||
_text.draw(p, {
|
_text.draw(p, {
|
||||||
.position = { _st->padding.left(), _textTop },
|
.position = { _st->padding.left(), _textTop },
|
||||||
.availableWidth = _textWidth + 1,
|
.availableWidth = _textWidth + 1,
|
||||||
|
.palette = &_st->palette,
|
||||||
.spoiler = Ui::Text::DefaultSpoilerCache(),
|
.spoiler = Ui::Text::DefaultSpoilerCache(),
|
||||||
.elisionLines = lines,
|
.elisionLines = lines,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue