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

This commit is contained in:
David Kocik
2021-11-02 10:51:45 +01:00
parent 79d9fd154e
commit 8bf4408731
3 changed files with 8 additions and 3 deletions
+1 -1
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()
{