- some work in PDF parser to make it work more reliable (not sure if I succeeded)

This commit is contained in:
Marius Stanciu
2020-11-14 19:35:33 +02:00
committed by Marius
parent da462126ee
commit f81c6fd36a
4 changed files with 198 additions and 156 deletions

View File

@@ -286,6 +286,9 @@ class App(QtCore.QObject):
self.grb_editor = None
self.geo_editor = None
# when True, the app has to return from any thread
self.abort_flag = False
# ############################################################################################################
# ################# Setup the listening thread for another instance launching with args ######################
# ############################################################################################################
@@ -1219,9 +1222,6 @@ class App(QtCore.QObject):
self.width = None
self.height = None
# when True, the app has to return from any thread
self.abort_flag = False
# set the value used in the Windows Title
self.engine = self.ui.general_defaults_form.general_app_group.ge_radio.get_value()