diff options
author | joye <joye> | 2014-02-27 21:57:37 (GMT) |
---|---|---|
committer | joye <joye> | 2014-02-27 21:57:37 (GMT) |
commit | 0f1c642f49450db9f19e9eb52d256c680ab795c6 (patch) | |
tree | 7a5a054997a1e1329c65db772f6e8d822a74f0d8 /src/bltGrElemBar.C | |
parent | c89110414f32df48dde2ebb3f87675e56bcad2ce (diff) | |
download | blt-0f1c642f49450db9f19e9eb52d256c680ab795c6.zip blt-0f1c642f49450db9f19e9eb52d256c680ab795c6.tar.gz blt-0f1c642f49450db9f19e9eb52d256c680ab795c6.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrElemBar.C')
-rw-r--r-- | src/bltGrElemBar.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C index a6b2c81..f5547b5 100644 --- a/src/bltGrElemBar.C +++ b/src/bltGrElemBar.C @@ -261,7 +261,7 @@ static Tk_OptionSpec barElemOptionSpecs[] = { {TK_OPTION_PIXELS,"-errorbarwidth", "errorBarWidth", "ErrorBarWidth", "1", -1, Tk_Offset(BarElement, builtinPen.errorBarLineWidth), 0, NULL, 0}, {TK_OPTION_PIXELS, "-errorbarcap", "errorBarCap", "ErrorBarCap", - "1", -1, Tk_Offset(BarElement, builtinPen.errorBarCapWidth), 0, NULL, 0}, + "2", -1, Tk_Offset(BarElement, builtinPen.errorBarCapWidth), 0, NULL, 0}, {TK_OPTION_SYNONYM, "-fg", NULL, NULL, NULL, -1, 0, 0, "-foreground", 0}, {TK_OPTION_SYNONYM, "-fill", NULL, NULL, NULL, -1, 0, 0, "-background", 0}, {TK_OPTION_COLOR, "-foreground", "foreground", "Foreground", @@ -346,7 +346,7 @@ static Tk_OptionSpec barPenOptionSpecs[] = { {TK_OPTION_PIXELS, "-errorbarwidth", "errorBarWidth","ErrorBarWidth", "1", -1, Tk_Offset(BarPen, errorBarLineWidth), 0, NULL, 0}, {TK_OPTION_PIXELS, "-errorbarcap", "errorBarCap", "ErrorBarCap", - "1", -1, Tk_Offset(BarPen, errorBarCapWidth), 0, NULL, 0}, + "2", -1, Tk_Offset(BarPen, errorBarCapWidth), 0, NULL, 0}, {TK_OPTION_SYNONYM, "-fg", NULL, NULL, NULL, -1, 0, 0, "-foreground", 0}, {TK_OPTION_SYNONYM, "-fill", NULL, NULL, NULL, -1, 0, 0, "-background", 0}, {TK_OPTION_COLOR, "-foreground", "foreground", "Foreground", |