mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-31 00:30:33 +05:00
0020328: EDF 1017 GEOM : Translation with distance GUI Exception, correct in TUI
This commit is contained in:
parent
626001f8d0
commit
28c44d7685
@ -632,7 +632,8 @@ bool TransformationGUI_TranslationDlg::execute (ObjectList& objects)
|
|||||||
if (!anObj->_is_nil()) {
|
if (!anObj->_is_nil()) {
|
||||||
if(!IsPreview()) {
|
if(!IsPreview()) {
|
||||||
anObj->SetParameters(GeometryGUI::JoinObjectParameters(aParameters));
|
anObj->SetParameters(GeometryGUI::JoinObjectParameters(aParameters));
|
||||||
updateAttributes(anObj, aParameters);
|
if (!toCreateCopy)
|
||||||
|
updateAttributes(anObj, aParameters);
|
||||||
}
|
}
|
||||||
objects.push_back(anObj._retn());
|
objects.push_back(anObj._retn());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user