From 9be6e5deec80356bc73610ed99a553f13dc6a054 Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Mon, 19 May 2025 21:02:30 +0800 Subject: [PATCH] FIX: the slice processor bar disappears when it reaches 75% jira: STUDIO-12239 Change-Id: I5cfb041c421e6f1a8d9fe87deb2433d08e133269 (cherry picked from commit 5e9ae27769998262deea38b8b51c80a8e293db7c) --- src/slic3r/GUI/NotificationManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/NotificationManager.cpp b/src/slic3r/GUI/NotificationManager.cpp index d615327236..4c27531119 100644 --- a/src/slic3r/GUI/NotificationManager.cpp +++ b/src/slic3r/GUI/NotificationManager.cpp @@ -1962,7 +1962,6 @@ void NotificationManager::push_slicing_customize_error_notification(Notification set_all_slicing_errors_gray(false); std::string prefix_msg = level == NotificationLevel::WarningNotificationLevel ? _u8L("Warning:") : _u8L("Error:"); push_notification_data({type, level, 0, prefix_msg + "\n" + text, hypertext, callback}, 0); - set_slicing_progress_hidden(); } void NotificationManager::close_slicing_customize_error_notification(NotificationType type, NotificationLevel level)