From: nds Date: Tue, 31 Mar 2015 10:57:14 +0000 (+0300) Subject: Preselection work correction to accept two lines for a parallel constraint. X-Git-Tag: V_1.1.0~70^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bcac3198e7d73d7ce521705c008c630e80c48cac;p=modules%2Fshaper.git Preselection work correction to accept two lines for a parallel constraint. --- 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(); }