Salome HOME
The flyout widget should not accept the focus if the corresponded presentation is...
authornds <nds@opencascade.com>
Wed, 14 Oct 2015 11:01:24 +0000 (14:01 +0300)
committernds <nds@opencascade.com>
Wed, 14 Oct 2015 11:01:57 +0000 (14:01 +0300)
commit1924606833292eede4a943af131063199e252feb
tree21835f41c2c076d5d85d39415830088fa676a042
parentef8c16fc3ce3711d492087fa1e43808e3b54d587
The flyout widget should not accept the focus if the corresponded presentation is not built on the feature attributes.

Case: create a contour, select any vertex, detach it from a line. Call distance and select the equal points of detached lines. Previous result: no active control, waiting for user click. Current result: the flyout attribute is initialized with a default value, the focus is on the value control.
src/GeomAPI/GeomAPI_AISObject.cpp
src/GeomAPI/GeomAPI_AISObject.h
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_WidgetPoint2DFlyout.cpp [new file with mode: 0755]
src/PartSet/PartSet_WidgetPoint2DFlyout.h [new file with mode: 0755]
src/PartSet/PartSet_WidgetPoint2d.h
src/SketchPlugin/plugin-Sketch.xml
src/XGUI/XGUI_PropertyPanel.cpp