mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
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:
parent
7a863dc4c0
commit
f01033f6a0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue