diff --git a/src/Mod/PartDesign/App/Feature.cpp b/src/Mod/PartDesign/App/Feature.cpp index f33d32d6f1..188607140a 100644 --- a/src/Mod/PartDesign/App/Feature.cpp +++ b/src/Mod/PartDesign/App/Feature.cpp @@ -72,7 +72,8 @@ App::DocumentObjectExecReturn* Feature::recompute() } } catch (Base::Exception& e) { - //invalid BaseShape, do nothing here but recompute below + //invalid BaseShape + Suppressed.setValue(false); } return DocumentObject::recompute();