Salome HOME
Issues #2173, #2169: processing focus in widget by SHAPER loop (instead of Qt loop...
authornds <nds@opencascade.com>
Thu, 25 May 2017 14:23:40 +0000 (17:23 +0300)
committernds <nds@opencascade.com>
Mon, 29 May 2017 11:55:29 +0000 (14:55 +0300)
commit8edc606c63dae502f1f550a04a1e357db60abdfb
tree3d41bd3452feb9099a6b52c047920a7350b1870a
parentaf3c8bbe5973903135deae7126f4d73e8fa62656
Issues #2173, #2169: processing focus in widget by SHAPER loop (instead of Qt loop). Reason, to process it in Qt loop we need to have Property Panel always as active but it is not possible as we wish click in the view or python console.
13 files changed:
src/ModuleBase/ModuleBase_DoubleSpinBox.cpp
src/ModuleBase/ModuleBase_DoubleSpinBox.h
src/ModuleBase/ModuleBase_ModelWidget.cpp
src/ModuleBase/ModuleBase_ModelWidget.h
src/ModuleBase/ModuleBase_WidgetEditor.cpp
src/ModuleBase/ModuleBase_WidgetEditor.h
src/PartSet/PartSet_SketcherReentrantMgr.cpp
src/XGUI/XGUI_ActionsMgr.cpp
src/XGUI/XGUI_OperationMgr.cpp
src/XGUI/XGUI_OperationMgr.h
src/XGUI/XGUI_PropertyPanel.cpp
src/XGUI/XGUI_PropertyPanel.h
src/XGUI/XGUI_Workshop.cpp