mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
05990b107d
commit
e5985b9657
1 changed files with 1 additions and 1 deletions
2
gps.c
2
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue