summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemBar.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrElemBar.C')
-rw-r--r--src/bltGrElemBar.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C
index 3d9bf96..6648e00 100644
--- a/src/bltGrElemBar.C
+++ b/src/bltGrElemBar.C
@@ -288,7 +288,7 @@ static Blt_ConfigSpec barPenConfigSpecs[] =
{BLT_CONFIG_COLOR, "-valuecolor", "valueColor", "ValueColor",
DEF_PEN_VALUE_COLOR, Blt_Offset(BarPen, valueStyle.color),
ALL_PENS},
- {BLT_CONFIG_FONT, "-valuefont", "valueFont", "ValueFont",
+ {BLT_CONFIG_TK_FONT, "-valuefont", "valueFont", "ValueFont",
DEF_PEN_VALUE_FONT, Blt_Offset(BarPen, valueStyle.font),
ALL_PENS},
{BLT_CONFIG_STRING, "-valueformat", "valueFormat", "ValueFormat",
@@ -379,7 +379,7 @@ static Blt_ConfigSpec barElemConfigSpecs[] = {
{BLT_CONFIG_COLOR, "-valuecolor", "valueColor", "ValueColor",
DEF_PEN_VALUE_COLOR,
Blt_Offset(BarElement, builtinPen.valueStyle.color), 0},
- {BLT_CONFIG_FONT, "-valuefont", "valueFont", "ValueFont",
+ {BLT_CONFIG_TK_FONT, "-valuefont", "valueFont", "ValueFont",
DEF_PEN_VALUE_FONT,
Blt_Offset(BarElement, builtinPen.valueStyle.font), 0},
{BLT_CONFIG_STRING, "-valueformat", "valueFormat", "ValueFormat",