[Kst] branches/work/kst/portto4/kst/src/libkstapp

Barth Netterfield netterfield at astro.utoronto.ca
Sat Mar 27 15:05:38 CET 2010


SVN commit 1108007 by netterfield:

Remove comment.


 M  +0 -1      plotrenderitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/plotrenderitem.cpp #1108006:1108007
@@ -587,7 +587,6 @@
 
     foreach(RelationPtr relation, relationList()) {
       if (Curve* curve = kst_cast<Curve>(relation)) {
-        //FIXME: set dxPerPix to something sensible!
         int index = curve->getIndexNearXY(position.x(), dxPerPix, position.y());
         curve->point(index, x, y);
         distance = fabs(position.y() - y);


More information about the Kst mailing list