From a1a9cb778616713546fefe6a26171d541387df43 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 20 Mar 2017 09:06:59 -0400 Subject: [PATCH] TDB2: Table headers consistent --- src/TDB2.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/TDB2.cpp b/src/TDB2.cpp index 5988ec0ac..3a6b4cdc2 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -41,6 +41,7 @@ #include #include #include +#include extern Context context; @@ -1047,9 +1048,7 @@ void TDB2::show_diff ( view.add (""); view.add (STRING_TDB2_UNDO_PRIOR); view.add (STRING_TDB2_UNDO_CURRENT); - - Color label (context.config.get ("color.label")); - view.colorHeader (label); + setHeaderUnderline (view); Task after (current);