mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
instance check: bux fix in shutdown() - repairs falling at assert when reiniting otherInstanceMessageHandler
This commit is contained in:
parent
5c1d73682d
commit
9ec83d5210
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue