mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Catch unhandled exceptions in background processing, call
wxApp::OnUnhandledException()
This commit is contained in:
parent
0ac17b5513
commit
7c934ef951
2 changed files with 12 additions and 1 deletions
|
@ -80,6 +80,7 @@ public:
|
|||
|
||||
private:
|
||||
void thread_proc();
|
||||
void thread_proc_safe();
|
||||
void join_background_thread();
|
||||
// To be called by Print::apply() through the Print::m_cancel_callback to stop the background
|
||||
// processing before changing any data of running or finalized milestones.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue