FreeCAD: master 8c0dc924

Author Committer Branch Timestamp Parent
wmayer wmayer master 2020-03-14 13:45:21 master 096f64cc
Changeset PartDesign: fix issues of PR 0003108
* in the undo/redo list use an object's label and not the internal name
* check by the transaction ID instead of name to open a transaction to make the workbenches independent of implementation details of the core system
* when rejecting a task do not call undo() because this is not the same as aborting a pending transaction
* this also fixes the warning: <App> Document.cpp(1182): Cannot commit transaction while transacting
mod - src/Mod/PartDesign/Gui/TaskDressUpParameters.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskDressUpParameters.h Diff File
mod - src/Mod/PartDesign/Gui/TaskTransformedParameters.cpp Diff File