Salome HOME
PAL8769: Limitation to give values in Spin boxes. Now coordinates and displacements...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SpinBox.cxx
index 017b37b33b77b3300f393b3bc0386bfaedc1d718..a8f90184ab585f9851aa141cdf907613e8318381 100644 (file)
@@ -40,6 +40,7 @@ using namespace std;
 SMESHGUI_SpinBox::SMESHGUI_SpinBox( QWidget* parent, const char* name )
 : QAD_SpinBoxDbl( parent, name)
 {
+  setPrecision(16);
 }