NotificationBox: Hide notification if FreeCAD is deactivated
This commit is contained in:
committed by
abdullahtahiriyo
parent
b74425b441
commit
05dcc0bac8
@@ -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