[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kst/portto4/kst/src/libkstmath
From:       Barth Netterfield <netterfield () astro ! utoronto ! ca>
Date:       2013-03-13 14:51:23
Message-ID: 20130313145123.39E6DAC876 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1344108 by netterfield:



 M  +1 -1      curve.cpp  


--- branches/work/kst/portto4/kst/src/libkstmath/curve.cpp #1344107:1344108
@@ -1242,7 +1242,7 @@
         pt.setX(m_X * rX + b_X);
         pt.setY(m_Y * rY + b_Y);
         if (rect.contains(pt) && pt != lastPt &&
-            (lastPt.isNull() || (abs(pt.x() - lastPt.x()) > size))) { // || (abs(pt.y() - \
lastPt.y()) > size))) { +            (lastPt.isNull() || (abs(pt.x() - lastPt.x()) > size) || \
((size==0) && (abs(pt.y() - lastPt.y()) > 0)))) {  #ifdef BENCHMARK
           ++numberOfPointsDrawn;
 #endif


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic