[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeedu/kstars/kstars
From:       Jason Harris <kstars () 30doradus ! org>
Date:       2003-05-01 1:12:37
[Download RAW message or body]

CVS commit by harris: 

reverted change to KStars::updateTime()...we needed the 
call to update() there after all (and it doesn't render the sky
twice; it skips rendering on this call; it's only needed
to update the Time InfoBox).


  M +2 -3      kstars.cpp   1.65


--- kdeedu/kstars/kstars/kstars.cpp  #1.64:1.65
@@ -143,7 +143,6 @@ void KStars::updateTime( const bool auto
 
         Data->updateTime( clock, geo(), Map, automaticDSTchange );
-
-//      if ( infoBoxes()->timeChanged(Data->UTime, Data->LTime, Data->LST, Data->CurrentDate) )
-//              Map->update();
+        if ( infoBoxes()->timeChanged(Data->UTime, Data->LTime, Data->LST, Data->CurrentDate) )
+                Map->update();
 
         //We do this outside of kstarsdata just to get the coordinates


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic