mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Dependencies
- Modified rules.cpp for color.blocked so that it correctly determines the need for coloration.
This commit is contained in:
parent
eb2cb99532
commit
d73601c0b2
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ void initializeColorRules ()
|
|||
static void colorizeBlocked (Task& task, const std::string& rule, Color& c)
|
||||
{
|
||||
if (gsColor[rule].nontrivial ())
|
||||
if (task.get ("depends") != "")
|
||||
if (dependencyIsBlocked (task))
|
||||
c.blend (gsColor[rule]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue