mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-31 05:51:47 -06:00
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
This commit is contained in:
commit
ace638ec81
1 changed files with 0 additions and 6 deletions
|
@ -31,10 +31,4 @@ def call_on_qt_thread(func):
|
||||||
CuraApplication.getInstance().callLater(_handle_call, *new_args, **kwargs)
|
CuraApplication.getInstance().callLater(_handle_call, *new_args, **kwargs)
|
||||||
inter_call_object.finish_event.wait()
|
inter_call_object.finish_event.wait()
|
||||||
return inter_call_object.result
|
return inter_call_object.result
|
||||||
|
|
||||||
# If the current thread is the main thread, which is the Qt thread, directly return the function.
|
|
||||||
current_thread = threading.current_thread()
|
|
||||||
if isinstance(current_thread, threading._MainThread):
|
|
||||||
return func
|
|
||||||
|
|
||||||
return _call_on_qt_thread_wrapper
|
return _call_on_qt_thread_wrapper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue