From: vsv Date: Mon, 1 Dec 2014 17:30:53 +0000 (+0300) Subject: Restore editing of dimensions by dragging X-Git-Tag: V_0.6.0^2~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fc2acc7bd36f7bff6ec1f5095bf7c44be15e2574;p=modules%2Fshaper.git Restore editing of dimensions by dragging --- diff --git a/src/XGUI/XGUI_Selection.cpp b/src/XGUI/XGUI_Selection.cpp index a2db13b1e..59a5d2cce 100644 --- a/src/XGUI/XGUI_Selection.cpp +++ b/src/XGUI/XGUI_Selection.cpp @@ -45,6 +45,7 @@ QList XGUI_Selection::getSelected(int theShapeTypeToSkip) aPrs.setShape(aShape); Handle(SelectMgr_EntityOwner) anOwner = aContext->SelectedOwner(); aPrs.setOwner(anOwner); + aPrs.setFeature(aFeature); aPresentations.append(aPrs); } } else {