From fc2acc7bd36f7bff6ec1f5095bf7c44be15e2574 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 1 Dec 2014 20:30:53 +0300 Subject: [PATCH] Restore editing of dimensions by dragging --- src/XGUI/XGUI_Selection.cpp | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.2