summaryrefslogtreecommitdiffstats
path: root/gps.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-10 12:48:41 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-10 12:48:41 -0800
commite5985b96575821d47341fc5ed7d68a0f097bcdb5 (patch)
tree09faa9d47aef7a6daf54fb3d14598fc8d05ba0df /gps.c
parent05990b107de746064486f4f1c79a2383e1dfd63f (diff)
downloadsubsurface-e5985b96575821d47341fc5ed7d68a0f097bcdb5.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to 'gps.c')
-rw-r--r--gps.c2
1 files changed, 1 insertions, 1 deletions
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,