fix: hide tooltip on window leave event (#5309)

This commit is contained in:
nerix
2024-04-09 14:25:08 +02:00
committed by GitHub
parent 25a69fd10e
commit dd62707d53
4 changed files with 18 additions and 0 deletions
+1
View File
@@ -527,6 +527,7 @@ void BaseWindow::changeEvent(QEvent *)
void BaseWindow::leaveEvent(QEvent *)
{
this->leaving.invoke();
}
void BaseWindow::moveTo(QPoint point, widgets::BoundsChecking mode)