X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHGUI%2FSMESHGUI_SpinBox.cxx;h=a8f90184ab585f9851aa141cdf907613e8318381;hb=281105176b2f9d8bd27ea95702f4bc56b10f5697;hp=6b0d19ca12f3debfb864f3fc1d7ba153350e91b8;hpb=64ae2f71de80aad56ebd449db68b8d340bccd7bd;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_SpinBox.cxx b/src/SMESHGUI/SMESHGUI_SpinBox.cxx index 6b0d19ca1..a8f90184a 100644 --- a/src/SMESHGUI/SMESHGUI_SpinBox.cxx +++ b/src/SMESHGUI/SMESHGUI_SpinBox.cxx @@ -26,11 +26,13 @@ // Module : SMESH // $Header$ -using namespace std; #include "SMESHGUI_SpinBox.h" #include "SMESHGUI.h" + #include +using namespace std; + //================================================================================= // class : SMESHGUI_SpinBox() // purpose : constructor of specific widget accepting floats in double precision. @@ -38,6 +40,7 @@ using namespace std; SMESHGUI_SpinBox::SMESHGUI_SpinBox( QWidget* parent, const char* name ) : QAD_SpinBoxDbl( parent, name) { + setPrecision(16); }