From kstars-devel Tue Jul 15 15:10:27 2008 From: Jason Harris Date: Tue, 15 Jul 2008 15:10:27 +0000 To: kstars-devel Subject: [Kstars-devel] branches/KDE/4.1/kdeedu/kstars/kstars Message-Id: <1216134627.745835.11428.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kstars-devel&m=121613464913904 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