From bcac3198e7d73d7ce521705c008c630e80c48cac Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 31 Mar 2015 13:57:14 +0300 Subject: [PATCH] Preselection work correction to accept two lines for a parallel constraint. --- src/ModuleBase/ModuleBase_WidgetValidated.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModuleBase/ModuleBase_WidgetValidated.cpp b/src/ModuleBase/ModuleBase_WidgetValidated.cpp index 8f410e56d..11e3851d8 100644 --- a/src/ModuleBase/ModuleBase_WidgetValidated.cpp +++ b/src/ModuleBase/ModuleBase_WidgetValidated.cpp @@ -33,7 +33,7 @@ bool ModuleBase_WidgetValidated::setSelection(ModuleBase_ViewerPrs theValue) Handle(SelectMgr_EntityOwner) anOwner = theValue.owner(); if (isValid(anOwner)) { - setSelection(anOwner); + isDone = setSelection(anOwner); updateObject(myFeature); emit valuesChanged(); } -- 2.39.2