From 3c36db9f5a1c0db06cf3c2922747cdd7c876b06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 21 Oct 2020 21:18:26 +0200 Subject: [PATCH] Use antialiased graphs as the default --- src/GUI/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/settings.h b/src/GUI/settings.h index 19869565..f067b292 100644 --- a/src/GUI/settings.h +++ b/src/GUI/settings.h @@ -141,7 +141,7 @@ #define PATH_AA_SETTING "pathAntiAliasing" #define PATH_AA_DEFAULT true #define GRAPH_AA_SETTING "graphAntiAliasing" -#define GRAPH_AA_DEFAULT false +#define GRAPH_AA_DEFAULT true #define ELEVATION_FILTER_SETTING "elevationFilter" #define ELEVATION_FILTER_DEFAULT 3 #define SPEED_FILTER_SETTING "speedFilter"