mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 04:10:34 +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:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user