[Kstars-devel] kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Mon Aug 16 02:32:57 CEST 2004


CVS commit by harris: 

Added "setFullTimeUpdate()" to slotApplySettings().  Without this, if 
KStars is started without solar system bodies, and they are then 
activated in the ops window, the bodies would all be drawn at RA=0, 
Dec=0.  (TO BE BACKPORTED)

CCMAIL: kstars-devel at kde.org


  M +1 -0      kstarsactions.cpp   1.117


--- kdeedu/kstars/kstars/kstarsactions.cpp  #1.116:1.117
@@ -335,4 +335,5 @@ void KStars::slotViewOps() {
 void KStars::slotApplySettings() {
         Options::writeConfig();
+        data()->setFullTimeUpdate();
         map()->forceUpdate();
 }




More information about the Kstars-devel mailing list