From 4875de45e6ebad753142f09e30cdf33f4f5a2986 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sun, 14 Dec 2014 21:15:52 +0200 Subject: Default some graphs to false These values are treated as false upon starting Subsurface. Thus they should be set to false as well. Otherwise extra graphs are drawn to the profile when exiting the preferences dialog. Fixes #783 Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- subsurfacestartup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 22a41e4a6..8847ab36a 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -18,8 +18,8 @@ struct preferences default_prefs = { .mod = false, .modpO2 = 1.6, .ead = false, - .hrgraph = true, - .percentagegraph = true, + .hrgraph = false, + .percentagegraph = false, .dcceiling = true, .redceiling = false, .calcceiling = false, -- cgit v1.2.3-70-g09d2