[Gpredict-svn] SF.net SVN: gpredict:[689] trunk/src/gtk-polar-plot.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2010-10-17 00:28:41
|
Revision: 689 http://gpredict.svn.sourceforge.net/gpredict/?rev=689&view=rev Author: aa1vs Date: 2010-10-17 00:28:35 +0000 (Sun, 17 Oct 2010) Log Message: ----------- Make rotator show when on horizon as with other items. Modified Paths: -------------- trunk/src/gtk-polar-plot.c Modified: trunk/src/gtk-polar-plot.c =================================================================== --- trunk/src/gtk-polar-plot.c 2010-10-16 13:39:43 UTC (rev 688) +++ trunk/src/gtk-polar-plot.c 2010-10-17 00:28:35 UTC (rev 689) @@ -410,7 +410,7 @@ root = goo_canvas_get_root_item_model (GOO_CANVAS (plot->canvas)); - if ((az < 0.0) || (el <= 0.0)) { + if ((az < 0.0) || (el < 0.0)) { if (plot->rot1 != NULL) { /* the target object is visible; delete it */ idx = goo_canvas_item_model_find_child (root, plot->rot1); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |