[Kstars-devel] kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Sun Aug 1 07:14:52 CEST 2004
CVS commit by harris:
Fixing problem with Manual Focus tool: could not set RA/Dec coords
while using horizontal coordinates.
CCMAIL: kstars-devel at kde.org
M +4 -0 kstarsactions.cpp 1.116
--- kdeedu/kstars/kstars/kstarsactions.cpp #1.115:1.116
@@ -618,4 +618,8 @@ void KStars::slotManualFocus() {
focusDialog.point()->HorizontalToEquatorial( LST(), geo()->lat() );
+ //Do we need to convert RA/Dec to Alt/Az?
+ if ( ! focusDialog.usedAltAz() )
+ focusDialog.point()->EquatorialToHorizontal( LST(), geo()->lat() );
+
map()->setClickedPoint( focusDialog.point() );
if ( Options::isTracking() ) slotTrack();
More information about the Kstars-devel
mailing list