- TW-1546 column type due.remaining breaks colors on due tasks (thanks to Renato
          Alves).
This commit is contained in:
Paul Beckingham 2015-02-18 20:18:31 -08:00
parent 4c491d8a0d
commit d2b2631db7
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2.4.2 () - 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. - Eliminated some code that is not UTF8-safe.
- Removed pthreads linkage. - Removed pthreads linkage.

View file

@ -207,8 +207,6 @@ void ColumnDate::render (
color.colorize ( color.colorize (
rightJustify ( rightJustify (
Duration (date - now).format (), width))); Duration (date - now).format (), width)));
else
lines.push_back (rightJustify ("", width));
} }
} }
} }