Fix of #7170. Delayed notification is not moved until push will succeed.

This commit is contained in:
David Kocik 2021-10-26 14:03:58 +02:00
parent 79d9fd154e
commit 8bf4408731
3 changed files with 8 additions and 3 deletions

View file

@ -4030,7 +4030,7 @@ void Plater::priv::on_export_began(wxCommandEvent& evt)
{
if (show_warning_dialog)
warnings_dialog();
notification_manager->push_delayed_notification(NotificationType::ExportOngoing, [](){return true;}, 1000, 1000);
notification_manager->push_delayed_notification(NotificationType::ExportOngoing, [](){return true;}, 1000, 0);
}
void Plater::priv::on_slicing_began()
{