[Kstars-devel] branches/KDE/4.1/kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Tue Jul 15 17:10:27 CEST 2008


SVN commit 832825 by harris:

Backporting fix for runaway CPU usage at high zoom.

CCMAIL: kstars-devel at kde.org



 M  +1 -1      skymap.cpp  


--- branches/KDE/4.1/kdeedu/kstars/kstars/skymap.cpp #832824:832825
@@ -1205,7 +1205,7 @@
     //If no intersection points were found, the line must be totally offscreen
     //return a null point
     if ( edgePoint2.isNull() ) {
-        return true;
+        return false;
     }
 
     //If one intersection point was found, then one of the original endpoints


More information about the Kstars-devel mailing list