mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
additional fix to IPAL 22046 TC5.1.5: Modify the Location - impossible to select the same Path object after Apply
This commit is contained in:
parent
9bf8a67f14
commit
115b890476
@ -201,6 +201,7 @@ bool TransformationGUI_MirrorDlg::ClickOnApply()
|
||||
myObjects.length(0);
|
||||
myEditCurrentArgument = GroupPoints->LineEdit1;
|
||||
myEditCurrentArgument->setText("");
|
||||
myGeomGUI->getApp()->selectionMgr()->clearSelected();
|
||||
|
||||
// activate selection and connect selection manager
|
||||
ConstructorsClicked(getConstructorId());
|
||||
|
@ -304,6 +304,7 @@ bool TransformationGUI_PositionDlg::ClickOnApply()
|
||||
myObjects.length(0);
|
||||
myEditCurrentArgument = Group1->LineEdit1;
|
||||
myEditCurrentArgument->setText("");
|
||||
myGeomGUI->getApp()->selectionMgr()->clearSelected();
|
||||
|
||||
// activate selection and connect selection manager
|
||||
ConstructorsClicked(getConstructorId());
|
||||
|
@ -240,6 +240,7 @@ bool TransformationGUI_RotationDlg::ClickOnApply()
|
||||
myObjects.length(0);
|
||||
myEditCurrentArgument = GroupPoints->LineEdit1;
|
||||
myEditCurrentArgument->setText("");
|
||||
myGeomGUI->getApp()->selectionMgr()->clearSelected();
|
||||
|
||||
// activate selection and connect selection manager
|
||||
ConstructorsClicked(getConstructorId());
|
||||
|
@ -265,6 +265,7 @@ bool TransformationGUI_ScaleDlg::ClickOnApply()
|
||||
myObjects.length(0);
|
||||
myEditCurrentArgument = LineEdit1;
|
||||
myEditCurrentArgument->setText("");
|
||||
myGeomGUI->getApp()->selectionMgr()->clearSelected();
|
||||
|
||||
// activate selection and connect selection manager
|
||||
ConstructorsClicked(getConstructorId());
|
||||
|
@ -287,6 +287,7 @@ bool TransformationGUI_TranslationDlg::ClickOnApply()
|
||||
myObjects.length(0);
|
||||
myEditCurrentArgument = GroupPoints->LineEdit1;
|
||||
myEditCurrentArgument->setText("");
|
||||
myGeomGUI->getApp()->selectionMgr()->clearSelected();
|
||||
|
||||
// activate selection and connect selection manager
|
||||
ConstructorsClicked(getConstructorId());
|
||||
|
Loading…
Reference in New Issue
Block a user