Salome HOME
Bug #846 Color modification in preferences is applyed to the visualized objects after...
authornds <nds@opencascade.com>
Mon, 31 Aug 2015 05:26:27 +0000 (08:26 +0300)
committernds <nds@opencascade.com>
Mon, 31 Aug 2015 05:26:27 +0000 (08:26 +0300)
commit9503b9474d57935de95296dfe6587f6422a6d85d
tree8624b8914802cce2e17f77b0d575d230bff13fde
parent6fb4361dff859e6e0bf70b273e6da53c70afd49f
Bug #846 Color modification in preferences is applyed to the visualized objects after a model modification

Auxiliary,Detach,Delete are corrected to use OperationAction in order to:
1. update AcceptAll button enabled state
2. set into the parent operation isModified state, to show warning about the operation abort, if it happens
src/ModuleBase/ModuleBase_Operation.cpp
src/ModuleBase/ModuleBase_Operation.h
src/NewGeom/NewGeom_Module.cpp
src/PartSet/PartSet_MenuMgr.cpp
src/PartSet/PartSet_Module.cpp
src/XGUI/XGUI_ActionsMgr.cpp
src/XGUI/XGUI_ActionsMgr.h
src/XGUI/XGUI_OperationMgr.cpp
src/XGUI/XGUI_OperationMgr.h
src/XGUI/XGUI_Workshop.cpp
src/XGUI/XGUI_Workshop.h