Salome HOME
NPAL17269: Performance pb. when creating a group with GUI.
[modules/geom.git] / src / DlgRef / DlgRef_2Sel2Spin1Check.cxx
index e996c3cfae15f8b247e6c079453f8364d33209a3..e352f7d3456d4a57685fd39fdae95b25a080ff03 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 
@@ -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 );
 }