mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
TW-1547
- TW-1547 Recur column is always shown even if no recurring task is displayed (thanks to Renato Alves).
This commit is contained in:
parent
d2b2631db7
commit
f2998aba74
10 changed files with 209 additions and 158 deletions
|
@ -71,6 +71,8 @@ void ColumnString::setReport (const std::string& value)
|
|||
//
|
||||
void ColumnString::measure (const std::string& value, unsigned int& minimum, unsigned int& maximum)
|
||||
{
|
||||
minimum = maximum = 0;
|
||||
|
||||
if (_style == "left" ||
|
||||
_style == "right" ||
|
||||
_style == "default")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue