SVN commit 832825 by harris: Backporting fix for runaway CPU usage at high zoom. CCMAIL: kstars-devel@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 _______________________________________________ Kstars-devel mailing list Kstars-devel@kde.org https://mail.kde.org/mailman/listinfo/kstars-devel