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:
dmv 2010-10-15 05:31:34 +00:00
parent 9bf8a67f14
commit 115b890476
5 changed files with 5 additions and 0 deletions

View File

@ -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());

View File

@ -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());

View File

@ -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());

View File

@ -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());

View File

@ -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());