diff --git a/src/Gui/CommandDoc.cpp b/src/Gui/CommandDoc.cpp index 329eef80ef..2d449542d5 100644 --- a/src/Gui/CommandDoc.cpp +++ b/src/Gui/CommandDoc.cpp @@ -1124,6 +1124,7 @@ void StdCmdDelete::activated(int iMsg) } } } + doCommand(Doc,"App.getDocument(\"%s\").recompute()", (*it)->getName()); } }