From 0dea8b72b34c549ce4eb0a36378c2e00db81e300 Mon Sep 17 00:00:00 2001 From: dbv Date: Fri, 17 Aug 2018 12:10:09 +0300 Subject: [PATCH] Small fix --- src/FeaturesAPI/FeaturesAPI_BooleanFuse.cpp | 3 +++ 1 file changed, 3 insertions(+) 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(); } //================================================================================================== -- 2.39.2