Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Draft: avoid race condition in todo code
The doTasks function is called multiple times when using Draft tools. In some cases the ToDo.commitlist belonging to a previous call was not fuly processed, resulting in the same list being processed twice. To avoid this the list is stored as a local variable and then immediately reset. Forum topic: https://forum.freecad.org/viewtopic.php?t=91832
- Loading branch information