mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
TW-1546
- TW-1546 column type due.remaining breaks colors on due tasks (thanks to Renato Alves).
This commit is contained in:
parent
4c491d8a0d
commit
d2b2631db7
2 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,6 @@ void ColumnDate::render (
|
|||
color.colorize (
|
||||
rightJustify (
|
||||
Duration (date - now).format (), width)));
|
||||
else
|
||||
lines.push_back (rightJustify ("", width));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue