Remove some unnecessary calls
This commit is contained in:
parent
3a57d1018e
commit
be1478183e
@ -14,9 +14,6 @@ TypingDisplay::TypingDisplay(QWidget *parent)
|
||||
: OverlayWidget(parent)
|
||||
, offset_{conf::textInput::height}
|
||||
{
|
||||
QFont f;
|
||||
setFont(f);
|
||||
|
||||
setFixedHeight(QFontMetrics(font()).height() + RECT_PADDING);
|
||||
setAttribute(Qt::WA_TransparentForMouseEvents);
|
||||
}
|
||||
|
@ -600,7 +600,6 @@ void
|
||||
TimelineItem::generateBody(const QString &body)
|
||||
{
|
||||
body_ = new TextLabel(replaceEmoji(body), this);
|
||||
body_->setFont(font_);
|
||||
body_->setTextInteractionFlags(Qt::TextSelectableByMouse | Qt::TextBrowserInteraction);
|
||||
|
||||
connect(body_, &TextLabel::userProfileTriggered, this, [](const QString &user_id) {
|
||||
|
Loading…
Reference in New Issue
Block a user