diff --git a/src/Task.cpp b/src/Task.cpp index 2ba0b6d18..0d0d080b4 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -2180,7 +2180,7 @@ float Task::urgency_c () const // This is a hackish way of making sure parent tasks are sorted above // child tasks. For reports that hide blocked tasks, this is not needed. - if (prev < value) + if (prev <= value) value += 0.01; } #endif