Salome HOME
Issue #675 Modification of data structure outside of the transaction when constraint...
authornds <natalia.donis@opencascade.com>
Wed, 24 Jun 2015 09:03:52 +0000 (12:03 +0300)
committernds <natalia.donis@opencascade.com>
Wed, 24 Jun 2015 09:04:33 +0000 (12:04 +0300)
commit711ef4841e2c869a28a7bb376e87d6f21b84c00b
treeefe96b32bfd26832086ec6df5638f513a9824800
parentdcb32888c2e415fb701374ce6d8aff5d5ca3eb1e
Issue #675 Modification of data structure outside of the transaction when constraint between segmnet and construction element

1 problem: operation has the previous list of preselected objects, it should be cleared after activateByPreselection is done.
2 problem: second parallel constraint operation has not empty first value. the reason is that the selection is cleared only in Viewer, but not in the OB.
src/ModuleBase/ModuleBase_Operation.cpp
src/PartSet/PartSet_Module.cpp