[Kstars-devel] KDE/kdeedu/kstars/kstars/skycomponents

Akarsh Simha akarshsimha at gmail.com
Tue May 19 05:38:14 CEST 2009


SVN commit 969831 by asimha:

Can't fix satellites - no time :(

Hiding the satellites from being drawn, as it was done in KDE 4.2 and
earlier.

CCMAIL: kstars-devel at kde.org



 M  +2 -2      skymapcomposite.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/skycomponents/skymapcomposite.cpp #969830:969831
@@ -248,8 +248,8 @@
     m_SolarSystem->drawTrails( psky );
     m_SolarSystem->draw( psky );
 
-    // TODO: Fix satellites by KDE 4.3
-    m_Satellites->draw( psky );
+    // TODO: Fix satellites sometime
+    //    m_Satellites->draw( psky );
 
     m_Horizon->draw( psky );
 


More information about the Kstars-devel mailing list