diff --git a/src/models/outlineModel.py b/src/models/outlineModel.py index d5081bd0..d99952f7 100644 --- a/src/models/outlineModel.py +++ b/src/models/outlineModel.py @@ -441,6 +441,7 @@ class outlineItem(): if setGoal: if goal != setGoal: self._data[Outline.goal] = setGoal + goal = setGoal else: goal = 0 for c in self.children():