mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Fix urgency inheritance for negative-urgency tasks
This commit is contained in:
parent
8c3aa95224
commit
c3bb3810be
1 changed files with 1 additions and 1 deletions
|
@ -2141,7 +2141,7 @@ float Task::urgency ()
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
float Task::urgency_inherit () const
|
||||
{
|
||||
float v = FLT_MIN;
|
||||
float v = -FLT_MAX;
|
||||
#ifdef PRODUCT_TASKWARRIOR
|
||||
// Calling getBlockedTasks is rather expensive.
|
||||
// It is called recursively for each dependency in the chain here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue