Salome HOME
NPAL18111: Bad shape build by partition.
[modules/geom.git] / src / DlgRef / DlgRef_2Sel1Spin.cxx
index cb8499e999da20acbc2e61085bc87644f38c1f50..141e744fd26ab01b4746269a5833e56f8c2cb4d1 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -31,6 +31,7 @@
 #include <qlayout.h>
 #include <qspinbox.h>
 #include <qgroupbox.h>
+#include <qpushbutton.h>
 
 /* 
  *  Constructs a DlgRef_2Sel1Spin which is a child of 'parent', with the 
@@ -42,6 +43,10 @@ DlgRef_2Sel1Spin::DlgRef_2Sel1Spin(QWidget* parent,  const char* name, WFlags fl
   SpinBox1->close(TRUE);
   SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
   Layout2->addWidget(SpinBox_DX, 0, 1);
+
+  // PAL 6532
+  PushButton1->setAutoDefault( false );
+  PushButton2->setAutoDefault( false );
 }