]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
#1343 sketch - selection of several vertices: fillet operation
authornds <nds@opencascade.com>
Fri, 22 Apr 2016 13:47:22 +0000 (16:47 +0300)
committernds <nds@opencascade.com>
Fri, 22 Apr 2016 13:47:50 +0000 (16:47 +0300)
src/PartSet/PartSet_Validators.cpp

index 38ef8be3a061a371ceb08401c4dbbd656a46a3b3..805d6a6210f13c7468f37a131fe5c348077eb70b 100755 (executable)
@@ -216,7 +216,7 @@ bool PartSet_FilletSelection::isValid(const ModuleBase_ISelection* theSelection,
     return isEmptySelectionValid(theOperation);
   } else {
     int aCount = shapesNbPoints(theSelection);
-    return aCount == 1;
+    return aCount > 1;
   }
 }