mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
View
- Fixed problem with incorrect Color vector addressing. - Modified ViewText to not underline empty column headers. - Implemented ViewText::set method to set only color.
This commit is contained in:
parent
f0f3e55cc6
commit
f8b44b68d7
5 changed files with 37 additions and 26 deletions
|
@ -148,7 +148,7 @@ void Column::renderHeader (
|
|||
Color& color)
|
||||
{
|
||||
if (context.verbose ("label") &&
|
||||
_label != "")
|
||||
nontrivial (_label))
|
||||
{
|
||||
// Create a basic label.
|
||||
std::string header;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue