Files
create/src/Mod/Arch
vocx-fc 330a5098b5 Arch: consider DraftText objects in the section plane for compatibility
After the reorganization of the Draft Workbench,
the `'DraftText'` objects are now of Proxy.Type `'Text'`.
In the `DraftAnnotation` class the `__setstate__` method
was defined to automatically migrate the Type.

The `Arch SectionPlane` only handles `'Text'` objects. If for
some reason there is still an old `'DraftText'` object
which has not been migrated to the new Type, it won't be found.
This is corrected by adding `'DraftText'` to the list of objects
to process.
2020-10-12 11:43:37 +02:00
..
2020-06-04 12:52:22 +02:00
2020-06-25 14:42:38 +02:00
2020-04-27 11:29:32 +02:00
2020-05-18 15:24:08 +02:00
2020-10-12 11:43:04 +02:00
2020-04-27 14:31:22 +02:00
2020-05-08 13:00:48 +02:00
2020-06-04 12:52:22 +02:00