]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Simplification of the code: it removes focusNextPrevChild processing. BR_POSTPONED_PREVIEW
authornds <nds@opencascade.com>
Fri, 30 Oct 2015 16:02:37 +0000 (19:02 +0300)
committernds <nds@opencascade.com>
Fri, 30 Oct 2015 16:02:37 +0000 (19:02 +0300)
commit37ef561364ed5188a7b6db080ad30c255d5c47f2
tree7578a60a34472b334f21c6eef179bd85b1d75a73
parent5844079e74d55a2525dc15ca5de4b63095a8daae
Simplification of the code: it removes focusNextPrevChild processing.

It is not enough to emit signal about focus change here because it can be changed by mouse click in another control. It is not processed in this method.
The same functionality(to store modified value on focus lost) is realized in ::deactivate() of the model widget and processEnter method of the widge.
src/ModuleBase/ModuleBase_DoubleSpinBox.cpp
src/ModuleBase/ModuleBase_DoubleSpinBox.h
src/ModuleBase/ModuleBase_ModelWidget.h
src/ModuleBase/ModuleBase_WidgetDoubleValue.cpp
src/ModuleBase/ModuleBase_WidgetExprEditor.cpp
src/ModuleBase/ModuleBase_WidgetExprEditor.h
src/ModuleBase/ModuleBase_WidgetIntValue.cpp
src/PartSet/PartSet_WidgetPoint2d.cpp
src/PartSet/PartSet_WidgetPoint2d.h
src/XGUI/XGUI_PropertyPanel.cpp
src/XGUI/XGUI_PropertyPanel.h