[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sun Dec 7 23:23:40 CET 2003


CVS commit by staikos: 

draw the last point in graphs.  I'm not sure if this is entirely correct, but
it definitely fixes this bug.  The problem is that there might be unexpected
consequences, so this needs lots of testing before release.

CCMAIL: 69645-done at bugs.kde.org


  M +1 -1      kstplot.cpp   1.27


--- kdeextragear-2/kst/kst/kstplot.cpp  #1.26:1.27
@@ -1195,5 +1195,5 @@ void KstPlot::paint(QPainter &p, double 
         last_y1 = Y1;
 
-        for (i_pt = i0+1; i_pt < iN; i_pt++) {
+        for (i_pt = i0 + 1; i_pt <= iN; i_pt++) {
 
           X2 = last_x1;





More information about the Kst mailing list