From e5985b96575821d47341fc5ed7d68a0f097bcdb5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 10 Feb 2013 12:48:41 -0800 Subject: Remove "target ring" in map display This could easily lead to confusion that this is where a dive spot would be marked (instead of the location of the mouse during right click). Signed-off-by: Dirk Hohndel --- gps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps.c b/gps.c index 0f280a6ea..f9c04b9dd 100644 --- a/gps.c +++ b/gps.c @@ -176,7 +176,7 @@ OsmGpsMap *init_map(void) osd = g_object_new(OSM_TYPE_GPS_MAP_OSD, "show-scale", TRUE, "show-coordinates", TRUE, - "show-crosshair", TRUE, + "show-crosshair", FALSE, "show-dpad", TRUE, "show-zoom", TRUE, "show-gps-in-dpad", TRUE, -- cgit v1.2.3-70-g09d2