mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Fixed switched default values
This commit is contained in:
parent
6edd7a8c61
commit
b0c6176ddd
@ -89,7 +89,7 @@
|
|||||||
#define GRAPH_AA_SETTING "graphAntiAliasing"
|
#define GRAPH_AA_SETTING "graphAntiAliasing"
|
||||||
#define GRAPH_AA_DEFAULT false
|
#define GRAPH_AA_DEFAULT false
|
||||||
#define POI_RADIUS_SETTING "poiRadius"
|
#define POI_RADIUS_SETTING "poiRadius"
|
||||||
#define POI_RADIUS_DEFAULT (IMPERIAL_UNITS() ? KMINM : MIINM)
|
#define POI_RADIUS_DEFAULT (IMPERIAL_UNITS() ? MIINM : KMINM)
|
||||||
#define USE_OPENGL_SETTING "useOpenGL"
|
#define USE_OPENGL_SETTING "useOpenGL"
|
||||||
#define USE_OPENGL_DEFAULT false
|
#define USE_OPENGL_DEFAULT false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user