[Kstars-devel] KDE/kdeedu/kstars/kstars/skycomponents
Jason Harris
kstars at 30doradus.org
Wed Aug 22 16:29:19 CEST 2007
SVN commit 703449 by harris:
Make the Solar system toolbar button work
CCMAIL: kstars-devel at kde.org
M +2 -1 skymapcomposite.cpp
--- trunk/KDE/kdeedu/kstars/kstars/skycomponents/skymapcomposite.cpp #703448:703449
@@ -264,7 +264,8 @@
//11. Solar system
// t.start();
- m_SolarSystem->draw( ks, psky, scale );
+ if ( Options::showSolarSystem() )
+ m_SolarSystem->draw( ks, psky, scale );
// kDebug() << QString("Solar sys : %1 ms").arg( t.elapsed() );
//12. Satellite tracks
More information about the Kstars-devel
mailing list