mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
notifications not showing slicing finished when error
This commit is contained in:
parent
bca60821d8
commit
a81afce1b8
2 changed files with 14 additions and 4 deletions
|
@ -240,6 +240,7 @@ private:
|
|||
//finds older notification of same type and moves it to the end of queue. returns true if found
|
||||
bool find_older(NotificationManager::PopNotification* notification);
|
||||
void sort_notifications();
|
||||
bool has_error_notification();
|
||||
|
||||
wxEvtHandler* m_evt_handler;
|
||||
std::deque<PopNotification*> m_pop_notifications;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue