1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

instance check: bux fix in shutdown() - repairs falling at assert when reiniting otherInstanceMessageHandler

This commit is contained in:
David Kocik
2020-05-18 08:28:53 +02:00
parent 5c1d73682d
commit 9ec83d5210
+1
View File
@@ -298,6 +298,7 @@ void OtherInstanceMessageHandler::shutdown(MainFrame* main_frame)
m_stop = false; m_stop = false;
} }
#endif //BACKGROUND_MESSAGE_LISTENER #endif //BACKGROUND_MESSAGE_LISTENER
m_callback_evt_handler = nullptr;
m_initialized = false; m_initialized = false;
} }
} }