GUI bugfix: use isChecked instead of checkState in BoolInput
Change-Id: I68153543d8f3424a70da5b3999e68f3e91edb2dc
This commit is contained in:
parent
720d010c47
commit
00b57e3d2c
@ -56,7 +56,7 @@ class BoolInput(QCheckBox):
|
|||||||
self.datatype = datatype
|
self.datatype = datatype
|
||||||
|
|
||||||
def get_input(self):
|
def get_input(self):
|
||||||
return self.checkState()
|
return self.isChecked()
|
||||||
|
|
||||||
def submit(self):
|
def submit(self):
|
||||||
self.submitted.emit()
|
self.submitted.emit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user