Show an error notification when attempting to save 3MF while editing SLA support points

The notification disappears when it is no longer valid.
This commit is contained in:
Lukas Matena 2021-03-02 11:47:09 +01:00
parent abd5a9a46e
commit 70573484c2
4 changed files with 13 additions and 5 deletions

View file

@ -73,7 +73,9 @@ enum class NotificationType
// Notification that auto adding of color changes is impossible
EmptyAutoColorChange,
// Notification emitted by Print::validate
PrintValidateWarning
PrintValidateWarning,
// Notification telling user to quit SLA supports manual editing
QuitSLAManualMode
};
class NotificationManager