summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2014-02-27 21:57:37 (GMT)
committerjoye <joye>2014-02-27 21:57:37 (GMT)
commit0f1c642f49450db9f19e9eb52d256c680ab795c6 (patch)
tree7a5a054997a1e1329c65db772f6e8d822a74f0d8 /src
parentc89110414f32df48dde2ebb3f87675e56bcad2ce (diff)
downloadblt-0f1c642f49450db9f19e9eb52d256c680ab795c6.zip
blt-0f1c642f49450db9f19e9eb52d256c680ab795c6.tar.gz
blt-0f1c642f49450db9f19e9eb52d256c680ab795c6.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltGrElemBar.C4
-rw-r--r--src/bltGrElemLine.C4
2 files changed, 4 insertions, 4 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",
diff --git a/src/bltGrElemLine.C b/src/bltGrElemLine.C
index 2ead2d6..72c98d5 100644
--- a/src/bltGrElemLine.C
+++ b/src/bltGrElemLine.C
@@ -522,7 +522,7 @@ static Tk_OptionSpec lineElemOptionSpecs[] = {
{TK_OPTION_PIXELS,"-errorbarwidth", "errorBarWidth", "ErrorBarWidth",
"1", -1, Tk_Offset(LineElement, builtinPen.errorBarLineWidth), 0, NULL, 0},
{TK_OPTION_PIXELS, "-errorbarcap", "errorBarCap", "ErrorBarCap",
- "1", -1, Tk_Offset(LineElement, builtinPen.errorBarCapWidth), 0, NULL, 0},
+ "2", -1, Tk_Offset(LineElement, builtinPen.errorBarCapWidth), 0, NULL, 0},
{TK_OPTION_COLOR, "-fill", "fill", "Fill",
NULL, -1, Tk_Offset(LineElement, builtinPen.symbol.fillColor),
TK_OPTION_NULL_OK, NULL, 0},
@@ -624,7 +624,7 @@ static Tk_OptionSpec linePenOptionSpecs[] = {
{TK_OPTION_PIXELS, "-errorbarwidth", "errorBarWidth", "ErrorBarWidth",
"1", -1, Tk_Offset(LinePen, errorBarLineWidth), 0, NULL, 0},
{TK_OPTION_PIXELS, "-errorbarcap", "errorBarCap", "ErrorBarCap",
- "1", -1, Tk_Offset(LinePen, errorBarCapWidth), 0, NULL, 0},
+ "2", -1, Tk_Offset(LinePen, errorBarCapWidth), 0, NULL, 0},
{TK_OPTION_COLOR, "-fill", "fill", "Fill",
NULL, -1, Tk_Offset(LinePen, symbol.fillColor), TK_OPTION_NULL_OK, NULL, 0},
{TK_OPTION_PIXELS, "-linewidth", "lineWidth", "LineWidth",