override onExtendedDocumentRestored in AttachExtension

This commit is contained in:
wmayer
2017-10-25 22:52:39 +02:00
parent b94917fe51
commit bc3c9b0c5d
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 (...) {
}