diff --git a/src/Gui/Placement.cpp b/src/Gui/Placement.cpp index c952a3217..d8c3d627d 100644 --- a/src/Gui/Placement.cpp +++ b/src/Gui/Placement.cpp @@ -147,6 +147,11 @@ void Placement::applyPlacement(const Base::Placement& p, bool incremental, bool } document->commitCommand(); + try { + document->getDocument()->recompute(); + } + catch (...) { + } } // apply transformation only on view matrix not on placement property else {