From: nds Date: Fri, 27 Mar 2015 13:35:59 +0000 (+0300) Subject: External edges correction for sketch operations. X-Git-Tag: V_1.1.0~75^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f7afacd2ae12567fe07ae122a35996601b1f2b38;p=modules%2Fshaper.git External edges correction for sketch operations. An external edge should be removed without any condition. --- diff --git a/src/PartSet/PartSet_WidgetShapeSelector.cpp b/src/PartSet/PartSet_WidgetShapeSelector.cpp index 6c1ec232c..fdda90f35 100644 --- a/src/PartSet/PartSet_WidgetShapeSelector.cpp +++ b/src/PartSet/PartSet_WidgetShapeSelector.cpp @@ -75,10 +75,7 @@ bool PartSet_WidgetShapeSelector::setObject(ObjectPtr theSelectedObject, GeomSha void PartSet_WidgetShapeSelector::restoreAttributeValue(const bool theValid) { ModuleBase_WidgetShapeSelector::restoreAttributeValue(theValid); - /// this is a temporary code, will be removed when master is merged to this branch - /// after merge, the external edge should be removed always, without flag checking - if (!theValid) - removeExternal(); + removeExternal(); } //********************************************************************