diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-10 12:48:41 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-10 12:48:41 -0800 |
commit | e5985b96575821d47341fc5ed7d68a0f097bcdb5 (patch) | |
tree | 09faa9d47aef7a6daf54fb3d14598fc8d05ba0df /gps.c | |
parent | 05990b107de746064486f4f1c79a2383e1dfd63f (diff) | |
download | subsurface-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |