FreeCAD: master f58c20af

Author Committer Branch Timestamp Parent
furti yorik master 2019-06-18 17:46:21 master 99a81669
Changeset Fix some problems with ArchFence

The commit that introduces the colorization option added some problems.
First the "sectionFaceNumbers" property is only set when an execute is
performed. When this does not happen, an exception is thrown when the
document is saved that contains a fence created with an older version
of FreeCAD.

Also the new Props on the ViewProvider where not set because the
"onDocumentRestored" is not reckognized for ViewProviders.
mod - src/Mod/Arch/ArchFence.py Diff File