Bug corrected: goal percentage do not display correctly for folders with set goals

This commit is contained in:
Olivier Keshavjee 2015-06-15 22:26:23 +02:00
parent df0190f08f
commit f08f975032

View file

@ -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():