Auto color change: Fixed show/hide for the notification.

This commit is contained in:
YuSanka 2021-03-15 09:54:24 +01:00
parent ffb13767f4
commit 1569dad5de
2 changed files with 4 additions and 3 deletions

View file

@ -3563,6 +3563,7 @@ void Plater::priv::on_slicing_began()
{
clear_warnings();
notification_manager->close_notification_of_type(NotificationType::SlicingComplete);
notification_manager->close_notification_of_type(NotificationType::SignDetected);
}
void Plater::priv::add_warning(const Slic3r::PrintStateBase::Warning& warning, size_t oid)
{