LineOverlay Spans that were very narrow weren't displaying

This commit is contained in:
Mark Watkins 2011-12-05 00:49:33 +10:00
parent 87e0892ac5
commit 4bb339eec8

View File

@ -80,6 +80,7 @@ void gLineOverlayBar::paint(gGraph & w, int left, int topp, int width, int heigh
if (m_flt==FT_Span) {
//x2=w.x2p(Y);
x2=double(width)/double(xx)*double(Y-w.min_x)+left;
if (int(x1)==int(x2)) x2+=1;
if (x2<left) x2=left;
if (x1>width+left) x1=width+left;
//double w1=x2-x1;