Salome HOME
Issue #2024 Redesign of circle and arc of circle : restart operation will not happen...
authornds <nds@opencascade.com>
Tue, 4 Apr 2017 05:49:30 +0000 (08:49 +0300)
committernds <nds@opencascade.com>
Tue, 4 Apr 2017 05:49:30 +0000 (08:49 +0300)
commit410f0c3d028be602c474a6ee64b8d3a7a32afb25
tree4fe9ef8f0f370afdf5069ef2dcd2a9fe21e926f7
parent38dd97c8f7a3605ec6c362c3aefdefa3ee2675be
Issue #2024 Redesign of circle and arc of circle : restart operation will not happen if the previous cannot be committed. E.g. Line feature

Sometimes there is a crash by line restart if the previous Line creation is aborted: in processEvent of Line feature, where the attribute of previous created feature is used to build coincidence to start point of new feature Line.
12 files changed:
src/ModuleBase/ModuleBase_IModule.cpp
src/ModuleBase/ModuleBase_IModule.h
src/ModuleBase/ModuleBase_IWorkshop.h
src/PartSet/PartSet_MenuMgr.cpp
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_Module.h
src/PartSet/PartSet_SketcherMgr.cpp
src/PartSet/PartSet_SketcherReentrantMgr.cpp
src/XGUI/XGUI_ModuleConnector.cpp
src/XGUI/XGUI_ModuleConnector.h
src/XGUI/XGUI_OperationMgr.cpp
src/XGUI/XGUI_OperationMgr.h