FreeCAD: master 615d037d

Author Committer Branch Timestamp Parent
Przemo Firszt wmayer master 2015-05-27 22:10:09 master 4f5534a8
Changeset App: Add workbenches with unknown status to enabled list

Newly installed workbenches are not on enabled nor disabled list, so
they were treated as disabled. That behaviur could be confusing for
the user as a newly installed workbench was not shouwing up on the
workbench list. This commit changes that behaviour and new workbenches
are enabled by default.

Reported-by: r-frank
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Gui/Action.cpp Diff File
mod - src/Gui/Action.h Diff File
mod - src/Gui/DlgWorkbenchesImp.cpp Diff File
mod - src/Gui/DlgWorkbenchesImp.h Diff File