Salome HOME
NPAL18017: EDF GEOM V3.2.9rc1 : Exception raised when getShapeOn... function return...
[modules/geom.git] / src / DlgRef / DlgRef_3Sel4Spin2Check.cxx
index 7c343f7056af9a22f56a1d0aa513b839a7b7fbdc..d8faeac598e29c0d2fc2a42d3cca35694a67754f 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 
@@ -51,6 +52,11 @@ DlgRef_3Sel4Spin2Check::DlgRef_3Sel4Spin2Check(QWidget* parent, const char* name
   Layout2->addWidget(SpinBox_DY1, 1, 1);
   Layout3->addWidget(SpinBox_DX2, 0, 1);
   Layout3->addWidget(SpinBox_DY2, 1, 1);
+
+  // PAL6532
+  PushButton1->setAutoDefault( false );
+  PushButton2->setAutoDefault( false );
+  PushButton3->setAutoDefault( false );
 }