- remade visibility threaded
- reimplemented the thread listening for new FlatCAM process starting with args so it is no longer subclassed but using the moveToThread function
This commit is contained in:
@@ -25,7 +25,7 @@ class WorkerStack(QtCore.QObject):
|
||||
thread.started.connect(worker.run)
|
||||
worker.task_completed.connect(self.on_task_completed)
|
||||
|
||||
thread.start(QtCore.QThread.NormalPriority)
|
||||
thread.start(QtCore.QThread.HighPriority)
|
||||
|
||||
self.workers.append(worker)
|
||||
self.threads.append(thread)
|
||||
|
||||
Reference in New Issue
Block a user