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>
This commit is contained in:
Robert C. Helling 2016-11-02 09:54:09 +01:00 committed by Dirk Hohndel
parent 7a863dc4c0
commit f01033f6a0

View file

@ -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);