Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModuleBase / ModuleBase_FilterNoConsructionSubShapes.cpp
index feaac1c185dd8b835166443035733f2eb9fc9570..c9c49f76b6bb496814655ff129d626f82e356535 100644 (file)
@@ -56,6 +56,8 @@ Standard_Boolean ModuleBase_FilterNoConsructionSubShapes::IsOk(const Handle(Sele
           std::dynamic_pointer_cast<ModelAPI_CompositeFeature>(aFeature);
         return aComposite && aComposite->numberOfSubs() > 0;
       }
+      else
+        return Standard_True;
     }
   }
   return Standard_False;