Add missing tooltip hide on ChannelView leave event (#3686)

This commit is contained in:
kornes
2022-04-24 15:23:23 +00:00
committed by GitHub
parent e8c73ba4af
commit f170d31ab5
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1235,6 +1235,8 @@ void ChannelView::enterEvent(QEvent *)
void ChannelView::leaveEvent(QEvent *)
{
TooltipWidget::instance()->hide();
this->unpause(PauseReason::Mouse);
this->queueLayout();