mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Auto color change: Fixed show/hide for the notification.
This commit is contained in:
parent
ffb13767f4
commit
1569dad5de
2 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue