FreeCAD: master 699624fd

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-02-11 06:51:37 master d80ee4a8
Changeset Draft: move DraftSnap to another module

And do not load the `Snapper` in `DraftGui`.
The Snapper should be initialized by the module
that imports `DraftGui`, most probably `DraftTools`
or even by the `InitGui` of the workbench.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftGui.py Diff File
mod - src/Mod/Draft/DraftTools.py Diff File