]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
IPAL20689 Problem with the Mutli-Transformation dialog
authordmv <dmv@opencascade.com>
Wed, 26 Nov 2008 08:22:20 +0000 (08:22 +0000)
committerdmv <dmv@opencascade.com>
Wed, 26 Nov 2008 08:22:20 +0000 (08:22 +0000)
src/BlocksGUI/BlocksGUI_TrsfDlg.cxx

index 053157a9530999f07040d4465a0f1cc240eb55d2..48eec9f06113abe6e346075434fbdc0cb34edeff 100644 (file)
@@ -164,14 +164,17 @@ void BlocksGUI_TrsfDlg::ConstructorsClicked (int constructorId)
   case 0:
     myGrp2->hide();
     myGrp1->show();
-    mySpinBox[SpinBox1]->setValue(2.0);
+    mySpinBox[SpinBox1]->setValue(2);
+    mySpinBox[SpinBox1]->setDecimals(0);
     mySelBtn[MainObj1]->click();
     break;
   case 1:
     myGrp1->hide();
     myGrp2->show();
-    mySpinBox[SpinBox2U]->setValue(2.0);
-    mySpinBox[SpinBox2V]->setValue(2.0);
+    mySpinBox[SpinBox2U]->setValue(2);
+    mySpinBox[SpinBox2U]->setDecimals(0);
+    mySpinBox[SpinBox2V]->setValue(2);
+    mySpinBox[SpinBox2V]->setDecimals(0);
     mySelBtn[MainObj2]->click();
     break;
   default: