mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColTags: Added missing calculation for tag max width
This commit is contained in:
parent
c6a6f04697
commit
db3cfc939d
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ void ColumnTags::measure (Task& task, unsigned int& minimum, unsigned int& maxim
|
|||
if (length > minimum)
|
||||
minimum = length;
|
||||
}
|
||||
|
||||
maximum = utf8_width (tags);
|
||||
}
|
||||
|
||||
// No need to split a single tag.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue