- fixed some issues related to using the new Numerical... GUI elements

This commit is contained in:
Marius Stanciu
2020-05-28 04:22:46 +03:00
committed by Marius
parent f956373ad0
commit 8e687c5054
4 changed files with 21 additions and 9 deletions

View File

@@ -671,7 +671,7 @@ class NumericalEvalEntry(EvalEntry):
self.setValidator(validator)
class NumericalEvalTupleEntry(EvalEntry):
class NumericalEvalTupleEntry(FCEntry):
"""
Will evaluate the input and return a value. Accepts only float numbers and formulas using the operators: /,*,+,-,%
"""