From 1049ef59c8598587f07f0f5278762822c26c1bbb Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Tue, 25 Sep 2018 20:06:47 -0700 Subject: xgps: remove some debug info. --- xgps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xgps b/xgps index 5ad1a075..65cce9e5 100755 --- a/xgps +++ b/xgps @@ -209,7 +209,6 @@ class SkyView(Gtk.DrawingArea): self.cr.arc(x, y, r, 0, math.pi * 2.0) self.cr.close_path() - self.set_tooltip_text('hello') if filled: self.cr.fill() @@ -355,8 +354,9 @@ class SkyView(Gtk.DrawingArea): self.draw_string(x, y, "S") (x, y) = self.pol2cart(270, -5) self.draw_string(x, y, "W") + # place an invisible space above to allow sats below horizon (x, y) = self.pol2cart(0, -10) - self.draw_string(x, y, "X") + self.draw_string(x, y, "") # The satellites self.cr.set_line_width(2) -- cgit v1.2.1