mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
instance check: bux fix in shutdown() - repairs falling at assert when reiniting otherInstanceMessageHandler
This commit is contained in:
@@ -298,7 +298,8 @@ void OtherInstanceMessageHandler::shutdown(MainFrame* main_frame)
|
|||||||
m_stop = false;
|
m_stop = false;
|
||||||
}
|
}
|
||||||
#endif //BACKGROUND_MESSAGE_LISTENER
|
#endif //BACKGROUND_MESSAGE_LISTENER
|
||||||
m_initialized = false;
|
m_callback_evt_handler = nullptr;
|
||||||
|
m_initialized = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user