From: dbv Date: Fri, 17 Aug 2018 09:10:09 +0000 (+0300) Subject: Small fix X-Git-Tag: SHAPER_V9_1_0RC1~67 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0dea8b72b34c549ce4eb0a36378c2e00db81e300;p=modules%2Fshaper.git Small fix --- diff --git a/src/FeaturesAPI/FeaturesAPI_BooleanFuse.cpp b/src/FeaturesAPI/FeaturesAPI_BooleanFuse.cpp index d92cd7976..6d837663c 100644 --- a/src/FeaturesAPI/FeaturesAPI_BooleanFuse.cpp +++ b/src/FeaturesAPI/FeaturesAPI_BooleanFuse.cpp @@ -85,6 +85,7 @@ void FeaturesAPI_BooleanFuse::setMainObjects( void FeaturesAPI_BooleanFuse::setToolObjects( const std::list& theToolObjects) { + fillAttribute(FeaturesPlugin_BooleanFuse::CREATION_METHOD_ADVANCED(), mycreationMethod); fillAttribute(theToolObjects, mytoolObjects); execute(); @@ -106,6 +107,8 @@ void FeaturesAPI_BooleanFuse::setAdvancedMode(const bool theMode) } else { fillAttribute(FeaturesPlugin_BooleanFuse::CREATION_METHOD_SIMPLE(), mycreationMethod); } + + execute(); } //==================================================================================================