FreeCAD: master 7bc2e3ad

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-02-11 08:36:28 master d65d01b3
Changeset Draft: move ScaleTaskPanel to a module

We remove it from `DraftGui.py` to reduce the size of this file.
Then we import it and tie it to its command defined
in `DraftTools.py`.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftGui.py Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
add - src/Mod/Draft/drafttaskpanels/task_scale.py Diff File