From: nds Date: Wed, 18 Mar 2015 08:09:45 +0000 (+0300) Subject: Multi-selection widget to be used in the extrusion feature. X-Git-Tag: V_1.1.0~113 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9a8b4c03be6cfd64fd97eccae5204c8531ac5d12;p=modules%2Fshaper.git Multi-selection widget to be used in the extrusion feature. Shape validator correction --- diff --git a/src/SketchPlugin/SketchPlugin_ShapeValidator.cpp b/src/SketchPlugin/SketchPlugin_ShapeValidator.cpp index 2aca20171..e1dacf811 100644 --- a/src/SketchPlugin/SketchPlugin_ShapeValidator.cpp +++ b/src/SketchPlugin/SketchPlugin_ShapeValidator.cpp @@ -20,9 +20,6 @@ bool SketchPlugin_ShapeValidator::isValid(const AttributePtr& theAttribute, return true; // ask whether the feature of the attribute is external - //std::shared_ptr aSketchFeature = - //AttributeRefAttrPtr anAttribute = std::dynamic_pointer_cast(theAttribute); - // std::dynamic_pointer_cast(aFeature); bool isAttributeExternal = isExternalAttribute(theAttribute); // ask whether the feature of the attribute by parameter identifier is external