correct name for lineedit; closes #34
This commit is contained in:
parent
330f36fd66
commit
dbf833d8ad
@ -46,7 +46,7 @@ class EditSignalWidget(QtWidgets.QWidget, Ui_Form):
|
|||||||
stype = 'pts'
|
stype = 'pts'
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
_nop = float(self.lineEdit.text())
|
_nop = float(self.ls_lineEdit.text())
|
||||||
except ValueError:
|
except ValueError:
|
||||||
_nop = 0.0
|
_nop = 0.0
|
||||||
stype = 'time'
|
stype = 'time'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user