Files
OrcaSlicer/src
Vojtech Bubnik 153c9517ce FIX: fix the crash issue #1944 caused by wronog thread name in some
corner cases

this patch is cherry-picked from PrusaSlicer's 84722876012ca310e29b291e10fef9d18ae26cea
thanks to 'Vojtech Bubnik' for the fix

Implementing a test whether the current thread is the main (UI) thread
and using it on AppConfig::save() to assert if save is called
from a worker thread.
The old assert was using thread names, which did not always work
on Windows.
Fixes #7839 #9178 #9370 #9420
2023-07-31 14:29:15 +08:00
..
2023-06-14 10:43:35 +08:00
2022-12-16 22:51:07 -05:00
2023-07-10 12:02:11 +08:00
2022-12-09 10:54:41 +08:00
2023-07-13 10:35:05 +08:00