PartDesign: refresh body after pipe creation (#11357)

This commit is contained in:
bgbsww
2023-11-16 10:58:39 -05:00
committed by GitHub
parent 0303af1ebb
commit f2d5e07b4e

View File

@@ -515,6 +515,7 @@ bool TaskPipeParameters::accept()
for (auto obj : copies) {
pcActiveBody->addObject(obj);
}
pcActiveBody->execute();
}
catch (const Base::Exception& e) {
QMessageBox::warning(this, tr("Input error"), QApplication::translate("Exception", e.what()));