X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDlgRef%2FDlgRef_2Sel1Spin.cxx;h=141e744fd26ab01b4746269a5833e56f8c2cb4d1;hb=b60ee9d17c9efcb086489938e01d5431095f7bae;hp=cb8499e999da20acbc2e61085bc87644f38c1f50;hpb=c577ca78d7a6e286526662cf54df6de1f4f2f449;p=modules%2Fgeom.git diff --git a/src/DlgRef/DlgRef_2Sel1Spin.cxx b/src/DlgRef/DlgRef_2Sel1Spin.cxx index cb8499e99..141e744fd 100644 --- a/src/DlgRef/DlgRef_2Sel1Spin.cxx +++ b/src/DlgRef/DlgRef_2Sel1Spin.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 @@ -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 ); }