summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemBar.C
diff options
context:
space:
mode:
authorjoye <joye>2013-12-09 21:26:21 (GMT)
committerjoye <joye>2013-12-09 21:26:21 (GMT)
commit208c51bee03e50ebeff32d63843394d3bd41ee23 (patch)
tree19fe65467d8ed770f3364a099af598778e468306 /src/bltGrElemBar.C
parent42c465af03672c8882090398363567489976d946 (diff)
downloadblt-208c51bee03e50ebeff32d63843394d3bd41ee23.zip
blt-208c51bee03e50ebeff32d63843394d3bd41ee23.tar.gz
blt-208c51bee03e50ebeff32d63843394d3bd41ee23.tar.bz2
*** empty log message ***
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",