ColID: Documented ID 0 case

This commit is contained in:
Paul Beckingham 2016-12-31 11:46:02 -05:00
parent c81c9f5b58
commit 110db6bb91

View file

@ -68,6 +68,7 @@ void ColumnID::render (
int width,
Color& color)
{
// Completed and deleted tasks have no ID.
if (task.id)
renderInteger (lines, width, color, task.id);
else