summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2016-11-02 09:54:09 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-11-02 05:05:55 -0700
commitf01033f6a06351dca2b59316905fa40102f2c065 (patch)
tree085d5afb5d2c9057567b57369b5306130a9ef882 /desktop-widgets
parent7a863dc4c09366da47c4e6d29637a74ec3429559 (diff)
downloadsubsurface-f01033f6a06351dca2b59316905fa40102f2c065.tar.gz
Actually turn on the vpmb radio button in VPM-B mode
this fixes a typo. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/preferences/preferences_graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/preferences/preferences_graph.cpp b/desktop-widgets/preferences/preferences_graph.cpp
index 132db81ff..c236728a6 100644
--- a/desktop-widgets/preferences/preferences_graph.cpp
+++ b/desktop-widgets/preferences/preferences_graph.cpp
@@ -30,7 +30,7 @@ void PreferencesGraph::refreshSettings()
ui->vpmb->setChecked(false);
} else {
ui->buehlmann->setChecked(false);
- ui->vpmb->setChecked(false);
+ ui->vpmb->setChecked(true);
}
ui->gflow->setValue(prefs.gflow);