diff --git a/src/TransformationGUI/TransformationGUI_TranslationDlg.cxx b/src/TransformationGUI/TransformationGUI_TranslationDlg.cxx index bdbd96a7c..40dde336c 100644 --- a/src/TransformationGUI/TransformationGUI_TranslationDlg.cxx +++ b/src/TransformationGUI/TransformationGUI_TranslationDlg.cxx @@ -632,7 +632,8 @@ bool TransformationGUI_TranslationDlg::execute (ObjectList& objects) if (!anObj->_is_nil()) { if(!IsPreview()) { anObj->SetParameters(GeometryGUI::JoinObjectParameters(aParameters)); - updateAttributes(anObj, aParameters); + if (!toCreateCopy) + updateAttributes(anObj, aParameters); } objects.push_back(anObj._retn()); }