summaryrefslogtreecommitdiff
path: root/xgps
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-25 20:06:47 -0700
committerGary E. Miller <gem@rellim.com>2018-09-25 20:06:47 -0700
commit1049ef59c8598587f07f0f5278762822c26c1bbb (patch)
treee6e99c0e763fc36465356de48e0294fb7ba2140b /xgps
parente9c5948f38f4c5112713330e5dae02ca6bbe5df4 (diff)
downloadgpsd-1049ef59c8598587f07f0f5278762822c26c1bbb.tar.gz
xgps: remove some debug info.
Diffstat (limited to 'xgps')
-rwxr-xr-xxgps4
1 files 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)