1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +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
+2 -1
View File
@@ -298,7 +298,8 @@ void OtherInstanceMessageHandler::shutdown(MainFrame* main_frame)
m_stop = false;
}
#endif //BACKGROUND_MESSAGE_LISTENER
m_initialized = false;
m_callback_evt_handler = nullptr;
m_initialized = false;
}
}