NotificationBox: Hide notification if FreeCAD is deactivated
This commit is contained in:
committed by
abdullahtahiriyo
parent
bdc704eaa0
commit
d9de68334b
@@ -246,6 +246,11 @@ bool NotificationLabel::eventFilter(QObject* o, QEvent* e)
|
||||
return insideclick;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case QEvent::WindowDeactivate:
|
||||
hideNotificationImmediately();
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user