set region flag correctly
This commit is contained in:
parent
3b79c571fb
commit
bc034cf4f4
@ -72,7 +72,7 @@ class QFCReader(QtWidgets.QDialog, Ui_FCEval_dialog):
|
|||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
def read(self, items):
|
def read(self, items):
|
||||||
region = (None, None)
|
region = None
|
||||||
if self.region_box.isChecked():
|
if self.region_box.isChecked():
|
||||||
start = None
|
start = None
|
||||||
if self.start_lineedit.text():
|
if self.start_lineedit.text():
|
||||||
|
Loading…
Reference in New Issue
Block a user