]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Bugfix for issue #107 which also works for issue #82
authorsbh <sergey.belash@opencascade.com>
Wed, 17 Sep 2014 08:18:36 +0000 (12:18 +0400)
committersbh <sergey.belash@opencascade.com>
Wed, 17 Sep 2014 08:18:36 +0000 (12:18 +0400)
commit02bc870879ae19215d5ef6f721acd5b12d245473
tree8329a6bf938de3fa6549a58b5c428bb65fce5c18
parent2ab65092b9bc44e5d3695be44afe2455f15345f6
Bugfix for issue #107 which also works for issue #82

* Process Enter, Retrun and Esc keys for all operations
* Same behavior for property pannel's ok/cancel and return/esc shortcuts
* Abort all active operations on Save/Open actions, not only the current one
src/ModuleBase/ModuleBase_Operation.cpp
src/ModuleBase/ModuleBase_Operation.h
src/PartSet/PartSet_OperationFeatureCreate.cpp
src/PartSet/PartSet_OperationFeatureCreate.h
src/PartSet/PartSet_OperationFeatureEdit.cpp
src/PartSet/PartSet_OperationFeatureEdit.h
src/PartSet/PartSet_OperationSketchBase.cpp
src/PartSet/PartSet_OperationSketchBase.h
src/XGUI/XGUI_OperationMgr.cpp
src/XGUI/XGUI_OperationMgr.h
src/XGUI/XGUI_Workshop.cpp