fix: hide tooltip on window leave event (#5309)
This commit is contained in:
@@ -527,6 +527,7 @@ void BaseWindow::changeEvent(QEvent *)
|
||||
|
||||
void BaseWindow::leaveEvent(QEvent *)
|
||||
{
|
||||
this->leaving.invoke();
|
||||
}
|
||||
|
||||
void BaseWindow::moveTo(QPoint point, widgets::BoundsChecking mode)
|
||||
|
||||
Reference in New Issue
Block a user