mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Notification manager - apply_in_preview function
This commit is contained in:
parent
a6cf840540
commit
7c7c355376
3 changed files with 5 additions and 4 deletions
|
@ -1014,7 +1014,7 @@ void NotificationManager::push_plater_warning_notification(const std::string& te
|
|||
auto notification = std::make_unique<NotificationManager::PlaterWarningNotification>(data, m_id_provider, m_evt_handler);
|
||||
push_notification_data(std::move(notification), 0);
|
||||
// dissaper if in preview
|
||||
set_in_preview(m_in_preview);
|
||||
apply_in_preview();
|
||||
}
|
||||
|
||||
void NotificationManager::close_plater_warning_notification(const std::string& text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue