From 721aea67921bbe940be7c34aaadd480353f48195 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 17 Mar 2015 17:26:16 +0300 Subject: [PATCH] Multi-selection widget to be used in the extrusion feature. Code improvement. The initial behavior --- src/PartSet/PartSet_Validators.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PartSet/PartSet_Validators.cpp b/src/PartSet/PartSet_Validators.cpp index 373229f88..7ac0693b5 100644 --- a/src/PartSet/PartSet_Validators.cpp +++ b/src/PartSet/PartSet_Validators.cpp @@ -155,6 +155,7 @@ bool PartSet_DifferentObjectsValidator::isValid(const AttributePtr& theAttribute return true; } } + return true; } bool PartSet_DifferentObjectsValidator::featureHasReferences(const AttributePtr& theAttribute) const -- 2.39.2