mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Columns: Consistency
This commit is contained in:
parent
8c0bfb030a
commit
f8578ecc28
9 changed files with 3 additions and 12 deletions
|
@ -68,7 +68,6 @@ void ColumnRecur::setStyle (const std::string& value)
|
|||
void ColumnRecur::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||
{
|
||||
minimum = maximum = 0;
|
||||
|
||||
if (task.has (_name))
|
||||
{
|
||||
if (_style == "default" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue