Salome HOME
#1112 tab key doesn't work on the last field of left panels
authornds <nds@opencascade.com>
Tue, 15 Dec 2015 09:42:11 +0000 (12:42 +0300)
committernds <nds@opencascade.com>
Tue, 15 Dec 2015 09:42:47 +0000 (12:42 +0300)
commit72c4913ec2fb7b25caf65d14eb1152f9625ab6ce
tree0ddd2b85885d2ed59554db5fd925678564b77e82
parent8f10db487ef409d859a62aa6e2235a17d9b56723
#1112 tab key doesn't work on the last field of left panels

Improvement: modification of the value in the property panel should make enabled the Apply button in the panel. The value is not applyed to the model yet, but click on Apply leads to the values apply. The button becomes disabled if the result is invalid feature.
src/ModelAPI/ModelAPI_Tools.cpp
src/ModelAPI/ModelAPI_Tools.h
src/ModuleBase/ModuleBase_IModule.cpp
src/ModuleBase/ModuleBase_ModelWidget.cpp
src/ModuleBase/ModuleBase_ModelWidget.h
src/ModuleBase/ModuleBase_OperationFeature.cpp
src/XGUI/XGUI_ErrorMgr.cpp
src/XGUI/XGUI_ErrorMgr.h
src/XGUI/XGUI_OperationMgr.cpp
src/XGUI/XGUI_OperationMgr.h
src/XGUI/XGUI_WorkshopListener.cpp