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:
@@ -148,7 +148,7 @@ void Column::renderHeader (
|
||||
Color& color)
|
||||
{
|
||||
if (context.verbose ("label") &&
|
||||
_label != "")
|
||||
nontrivial (_label))
|
||||
{
|
||||
// Create a basic label.
|
||||
std::string header;
|
||||
|
||||
Reference in New Issue
Block a user