FreeCAD: master 3ae9a08e

Author Committer Branch Timestamp Parent
realthunder realthunder master 2020-12-29 13:06:01 master 82ec99db
Changeset Path: fix crash on edit

Many Path object forward its editing operation to the job object. It is
possible that some editing option change may lead to removing of the
editing object (e.g. changing stock type) causing crash. It is possible
to just open the task panel without setting any editing object by
returning False in ViewProvider.setEdit()
mod - src/Mod/Path/PathScripts/PathIconViewProvider.py Diff File