Salome HOME
Multi-selection widget to be used in the extrusion feature.
authornds <natalia.donis@opencascade.com>
Tue, 17 Mar 2015 14:26:16 +0000 (17:26 +0300)
committernds <natalia.donis@opencascade.com>
Tue, 17 Mar 2015 14:26:16 +0000 (17:26 +0300)
Code improvement. The initial behavior

src/PartSet/PartSet_Validators.cpp

index 373229f88691c5bb179e3d3720725339b157270f..7ac0693b5b7f64712d5825a607a911468b1a3e88 100644 (file)
@@ -155,6 +155,7 @@ bool PartSet_DifferentObjectsValidator::isValid(const AttributePtr& theAttribute
       return true;
     }
   }
+  return true;
 }
 
 bool PartSet_DifferentObjectsValidator::featureHasReferences(const AttributePtr& theAttribute) const