override onExtendedDocumentRestored in AttachExtension

This commit is contained in:
wmayer
2017-10-25 22:52:39 +02:00
parent 7d3af3647d
commit a16f5bf9aa
3 changed files with 36 additions and 0 deletions

View File

@@ -5691,6 +5691,8 @@ void SketchObject::onDocumentRestored()
if (this->solve(true) == 0)
Shape.setValue(solvedSketch.toShape());
}
Part::Part2DObject::onDocumentRestored();
}
catch (...) {
}