Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/geom.git] / src / DlgRef / DlgRef_2Sel2Spin1Check.cxx
index e996c3cfae15f8b247e6c079453f8364d33209a3..f8ac135dae7c8f0f195f34f04e57cb1cffad4f61 100644 (file)
@@ -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 
@@ -45,6 +46,10 @@ DlgRef_2Sel2Spin1Check::DlgRef_2Sel2Spin1Check(QWidget* parent, const char* name
   SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
   Layout2->addWidget(SpinBox_DX, 0, 1);
   Layout2->addWidget(SpinBox_DY, 1, 1);
+
+  // PAL 6532
+  PushButton1->setAutoDefault( false );
+  PushButton2->setAutoDefault( false );
 }