X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=evalgraph.c;h=43f183d062b6fb27658479b9373fb54919ad3c51;hb=aa694af0138b799c4de3e031d15c2a9be3112b6c;hp=55c4f97e8ed8ca3fb9ab6dd566626ca1f917ec73;hpb=6a2d6f12088f0352f67165564871c56a92c37a2f;p=xboard.git diff --git a/evalgraph.c b/evalgraph.c index 55c4f97..43f183d 100644 --- a/evalgraph.c +++ b/evalgraph.c @@ -245,7 +245,7 @@ DrawHistogramAsDiagram (int cy, int paint_width, int hist_count) /* Extend line up to current point */ if( currPvInfo[index].depth > 0 ) { - DrawSegment((int) x, GetValueY( GetPvScore(index) ), NULL, NULL, PEN_BOLD + side ); + DrawSegment((int) x, GetValueY( GetPvScore(index) ), NULL, NULL, (side==0 ? PEN_BOLDWHITE: PEN_BOLDBLACK) ); } index += 2;