[Kstars-devel] KDE/kdeedu/kstars/kstars

Lukas Middendorf lukas.middendorf at freenet.de
Sun Dec 6 20:41:57 CET 2009


Am Saturday 05 December 2009 schrieb Alexey Khudyakov:
> SVN commit 1059130 by khudyakov:
> 
> Break signal loop. Map redraw sended signal to focus infobox which
> in turn calls update and next map redraw.
> 
>  M  +0 -2      skymapdraw.cpp
> 
> 
> --- trunk/KDE/kdeedu/kstars/kstars/skymapdraw.cpp #1059129:1059130
> @@ -135,8 +135,6 @@
>      if ( Options::showHighlightedCBound() )
>          drawHighlightConstellation( p );
> 
> -    showFocusCoords();
> -
>      //draw FOV symbol
>      foreach( FOV* fov, KStarsData::Instance()->visibleFOVs ) {
>          fov->draw(p, Options::zoomFactor());
> 

Is there no other way to prevent this? Now the focus infobox is not updated at 
all, although the coordinates of the focused object change with time. 


More information about the Kstars-devel mailing list