Remove some unnecessary calls
This commit is contained in:
parent
3a57d1018e
commit
be1478183e
2 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue