mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:32:05 +05:00
Mistakes in operation of "Rotation" dialog box(free points mode) corrected
This commit is contained in:
parent
7a931f280d
commit
07e0dba5f8
@ -182,6 +182,8 @@ void TransformationGUI_RotationDlg::ConstructorsClicked(int constructorId)
|
|||||||
GroupPoints->TextLabel4->setText(tr("GEOM_POINT_I").arg("1"));
|
GroupPoints->TextLabel4->setText(tr("GEOM_POINT_I").arg("1"));
|
||||||
GroupPoints->TextLabel5->setText(tr("GEOM_POINT_I").arg("2"));
|
GroupPoints->TextLabel5->setText(tr("GEOM_POINT_I").arg("2"));
|
||||||
GroupPoints->LineEdit2->clear();
|
GroupPoints->LineEdit2->clear();
|
||||||
|
GroupPoints->LineEdit4->clear();
|
||||||
|
GroupPoints->LineEdit5->clear();
|
||||||
myCentPoint = myPoint1 = myPoint2 = GEOM::GEOM_Object::_nil();
|
myCentPoint = myPoint1 = myPoint2 = GEOM::GEOM_Object::_nil();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -212,7 +214,8 @@ bool TransformationGUI_RotationDlg::ClickOnApply()
|
|||||||
if ( !onAccept( GroupPoints->CheckButton1->isChecked()) )
|
if ( !onAccept( GroupPoints->CheckButton1->isChecked()) )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
Init();
|
initName();
|
||||||
|
ConstructorsClicked( getConstructorId() );
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user