notifications not showing slicing finished when error

This commit is contained in:
David Kocik 2020-08-25 17:59:51 +02:00
parent bca60821d8
commit a81afce1b8
2 changed files with 14 additions and 4 deletions

View file

@ -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;