mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +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); | 		ui->vpmb->setChecked(false); | ||||||
| 	} else { | 	} else { | ||||||
| 		ui->buehlmann->setChecked(false); | 		ui->buehlmann->setChecked(false); | ||||||
| 		ui->vpmb->setChecked(false); | 		ui->vpmb->setChecked(true); | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	ui->gflow->setValue(prefs.gflow); | 	ui->gflow->setValue(prefs.gflow); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue