FreeCAD: master b38dcd9f

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-02-11 02:07:18 master 9f766102
Changeset Draft: move DraftTrackers to another module.

Properly import the tracker classes. Avoid star imports,
and use the classes prefixed with the name of the module.
The BIM Workbench also has to be updated to use the new
module.
```
import draftguitools.gui_trackers as DraftTrackers
```
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftTools.py Diff File