mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 13:50:39 +08:00
FIX: the slice processor bar disappears when it reaches 75%
jira: STUDIO-12239 Change-Id: I5cfb041c421e6f1a8d9fe87deb2433d08e133269
This commit is contained in:
parent
ce4bf4bc1b
commit
5e9ae27769
@ -1751,7 +1751,6 @@ void NotificationManager::push_slicing_customize_error_notification(Notification
|
|||||||
set_all_slicing_errors_gray(false);
|
set_all_slicing_errors_gray(false);
|
||||||
std::string prefix_msg = level == NotificationLevel::WarningNotificationLevel ? _u8L("Warning:") : _u8L("Error:");
|
std::string prefix_msg = level == NotificationLevel::WarningNotificationLevel ? _u8L("Warning:") : _u8L("Error:");
|
||||||
push_notification_data({type, level, 0, prefix_msg + "\n" + text, hypertext, callback}, 0);
|
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)
|
void NotificationManager::close_slicing_customize_error_notification(NotificationType type, NotificationLevel level)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user