mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-03 21:30:35 +05:00
IPAL20689 Problem with the Mutli-Transformation dialog
This commit is contained in:
parent
dde385d664
commit
08c13f79b1
@ -164,14 +164,17 @@ void BlocksGUI_TrsfDlg::ConstructorsClicked (int constructorId)
|
|||||||
case 0:
|
case 0:
|
||||||
myGrp2->hide();
|
myGrp2->hide();
|
||||||
myGrp1->show();
|
myGrp1->show();
|
||||||
mySpinBox[SpinBox1]->setValue(2.0);
|
mySpinBox[SpinBox1]->setValue(2);
|
||||||
|
mySpinBox[SpinBox1]->setDecimals(0);
|
||||||
mySelBtn[MainObj1]->click();
|
mySelBtn[MainObj1]->click();
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
myGrp1->hide();
|
myGrp1->hide();
|
||||||
myGrp2->show();
|
myGrp2->show();
|
||||||
mySpinBox[SpinBox2U]->setValue(2.0);
|
mySpinBox[SpinBox2U]->setValue(2);
|
||||||
mySpinBox[SpinBox2V]->setValue(2.0);
|
mySpinBox[SpinBox2U]->setDecimals(0);
|
||||||
|
mySpinBox[SpinBox2V]->setValue(2);
|
||||||
|
mySpinBox[SpinBox2V]->setDecimals(0);
|
||||||
mySelBtn[MainObj2]->click();
|
mySelBtn[MainObj2]->click();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user