mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
BUG: Yams plug-in: Small bug fix, validator number of decimal for chordal deviation parameter was 2 instead of 3
This commit is contained in:
parent
5259101c27
commit
de12df7b90
@ -76,7 +76,7 @@ class MonYamsPlugDialog(Ui_YamsPlugDialog,QWidget):
|
||||
v1=QDoubleValidator(self)
|
||||
v1.setBottom(0.)
|
||||
#v1.setTop(1000.) #per thousand... only if relative
|
||||
v1.setDecimals(2)
|
||||
v1.setDecimals(3)
|
||||
self.SP_Tolerance.setValidator(v1)
|
||||
self.SP_Tolerance.titleForWarning="Chordal Tolerance"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user