diff --git a/src/Mod/PartDesign/App/FeatureBoolean.cpp b/src/Mod/PartDesign/App/FeatureBoolean.cpp index 5d527af909..e3f9fd575f 100644 --- a/src/Mod/PartDesign/App/FeatureBoolean.cpp +++ b/src/Mod/PartDesign/App/FeatureBoolean.cpp @@ -209,10 +209,6 @@ void Boolean::onChanged(const App::Property* prop) touch(); } - if (strcmp(prop->getName(), "Shape") == 0) { - updatePreviewShape(); - } - Feature::onChanged(prop); }