mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Column: Phasing out text.cpp/nontrivial()
This commit is contained in:
parent
b5c4bf0a6d
commit
78b8fc5dc7
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ void Column::renderHeader (
|
|||
Color& color)
|
||||
{
|
||||
if (context.verbose ("label") &&
|
||||
nontrivial (_label))
|
||||
_label != "")
|
||||
{
|
||||
// Create a basic label.
|
||||
std::string header;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue