mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Adjust tooltip size after setting the text
This commit is contained in:
parent
0fb16d150b
commit
e1a901aa98
1 changed files with 1 additions and 1 deletions
|
@ -1236,8 +1236,8 @@ void ChannelView::mouseMoveEvent(QMouseEvent *event)
|
|||
|
||||
tooltipWidget->moveTo(this, event->globalPos());
|
||||
tooltipWidget->setWordWrap(isLinkValid);
|
||||
tooltipWidget->adjustSize();
|
||||
tooltipWidget->setText(tooltip);
|
||||
tooltipWidget->adjustSize();
|
||||
tooltipWidget->show();
|
||||
tooltipWidget->raise();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue