Salome HOME
The local selection restore for a feature vertex (it is checked on the line feature)
authornds <natalia.donis@opencascade.com>
Sat, 27 Dec 2014 07:59:51 +0000 (10:59 +0300)
committernds <natalia.donis@opencascade.com>
Sat, 27 Dec 2014 07:59:51 +0000 (10:59 +0300)
commit393405dc9972b1a8488efa2b44a6cb0c16e87774
tree6532417e5e472f2aae3188b9bea3be43fcf8458b
parent3f19a9c3fb9c6fc844229db1f925a8a2b0b8a96f
The local selection restore for a feature vertex (it is checked on the line feature)

It blocks updateViewer() during move feature. The block, selection save, move, selection restore, unblock, updateViewer.
Also it corrects the XGUI_Workshop to do not deactivate current object if the current operation is edit.
src/PartSet/PartSet_SketcherMgr.cpp
src/XGUI/XGUI_Displayer.cpp
src/XGUI/XGUI_Displayer.h
src/XGUI/XGUI_SelectionMgr.cpp
src/XGUI/XGUI_SelectionMgr.h
src/XGUI/XGUI_Workshop.cpp