TW-1546
- TW-1546 column type due.remaining breaks colors on due tasks (thanks to Renato
Alves).
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2.4.2 () -
|
||||
|
||||
- TW-1546 column type due.remaining breaks colors on due tasks (thanks to Renato
|
||||
Alves).
|
||||
- Eliminated some code that is not UTF8-safe.
|
||||
- Removed pthreads linkage.
|
||||
|
||||
|
||||
@@ -207,8 +207,6 @@ void ColumnDate::render (
|
||||
color.colorize (
|
||||
rightJustify (
|
||||
Duration (date - now).format (), width)));
|
||||
else
|
||||
lines.push_back (rightJustify ("", width));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user