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 <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-12-14 21:15:52 +02:00 committed by Dirk Hohndel
parent 0e3fb549bd
commit 4875de45e6

View file

@ -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,