Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModuleBase / ModuleBase_ViewerFilters.cpp
index 6d2209de55682358037e820fc66a94b06e34cef0..b10437101a851b008480626dab1abd86a57e9dae 100644 (file)
@@ -74,6 +74,9 @@ Standard_Boolean ModuleBase_ShapeInPlaneFilter::IsOk(const Handle(SelectMgr_Enti
           return aD1 && aD2 && aD3;
         }
       }
+    } else {
+      // This is not object controlled by the filter
+      return Standard_True;
     }
   }
   return Standard_False;