- Pdf Import plugin: fixed an issue with assigning a wrong property to a Qtimer

- Extract Plugin and Punch gerber Plugin: fixed a wrong build of the UI triggered even those tools where not launched yet
This commit is contained in:
Marius Stanciu
2023-05-31 13:46:17 +03:00
parent 26e0653eeb
commit eb0f687bdc
5 changed files with 141 additions and 3 deletions

View File

@@ -404,7 +404,7 @@ class ToolPDF(AppTool):
pass
self.check_thread.timeout.connect(self.periodic_check_handler)
self.check_thread.start(QtCore.QThread.Priority.HighPriority) # noqa
self.check_thread.start()
def periodic_check_handler(self):
"""