Add missing tooltip hide on ChannelView leave event (#3686)
This commit is contained in:
@@ -1235,6 +1235,8 @@ void ChannelView::enterEvent(QEvent *)
|
||||
|
||||
void ChannelView::leaveEvent(QEvent *)
|
||||
{
|
||||
TooltipWidget::instance()->hide();
|
||||
|
||||
this->unpause(PauseReason::Mouse);
|
||||
|
||||
this->queueLayout();
|
||||
|
||||
Reference in New Issue
Block a user