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