X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDlgRef%2FDlgRef_3Sel4Spin2Check.cxx;h=d8faeac598e29c0d2fc2a42d3cca35694a67754f;hb=6e638ed22140cb8c1a65e73c43541e44b2aa3bf5;hp=7c343f7056af9a22f56a1d0aa513b839a7b7fbdc;hpb=c577ca78d7a6e286526662cf54df6de1f4f2f449;p=modules%2Fgeom.git diff --git a/src/DlgRef/DlgRef_3Sel4Spin2Check.cxx b/src/DlgRef/DlgRef_3Sel4Spin2Check.cxx index 7c343f705..d8faeac59 100644 --- a/src/DlgRef/DlgRef_3Sel4Spin2Check.cxx +++ b/src/DlgRef/DlgRef_3Sel4Spin2Check.cxx @@ -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 #include #include +#include /* * 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 ); }