[Kstars-devel] kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Thu Sep 11 04:03:08 CEST 2003
CVS commit by harris:
Moving around with the arrow keys was not persistent. Fixed.
CCMAIL: kstars-devel at kde.org
M +5 -0 skymapevents.cpp 1.70
--- kdeedu/kstars/kstars/skymapevents.cpp #1.69:1.70
@@ -339,4 +339,9 @@ void SkyMap::keyReleaseEvent( QKeyEvent
slewing = false;
scrollCount = 0;
+
+ setDestination( focus() );
+ if ( data->options->useAltAz )
+ destination()->EquatorialToHorizontal( data->LST, data->options->Location()->lat() );
+
showFocusCoords();
forceUpdate(); // Need a full update to draw faint objects that are not drawn while slewing.
More information about the Kstars-devel
mailing list