From 999f3b85ee0e7dc51b764efb30ab2fa405f085c9 Mon Sep 17 00:00:00 2001 From: Uwe Date: Sat, 25 Jun 2022 16:44:44 +0200 Subject: [PATCH] [PD] re-add accidentally removed code in commit 93525ff7 --- src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp b/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp index 8cfb1ca69c..80e3af85ac 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp @@ -122,6 +122,7 @@ void ViewProviderAddSub::updateAddSubShapeIndicator() { // create or use the mesh on the data structure Standard_Real AngDeflectionRads = AngularDeflection.getValue() / 180.0 * M_PI; + BRepMesh_IncrementalMesh(cShape, deflection, Standard_False, AngDeflectionRads, Standard_True); // We must reset the location here because the transformation data // are set in the placement property