mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Added inverted threshold for radar sites
This commit is contained in:
parent
f7a1668c3f
commit
74066aa195
5 changed files with 12 additions and 8 deletions
|
|
@ -753,8 +753,7 @@ void SettingsDialogImpl::SetupGeneralTab()
|
|||
|
||||
radarSiteThreshold_.SetSettingsVariable(
|
||||
generalSettings.radar_site_threshold());
|
||||
radarSiteThreshold_.SetEditWidget(
|
||||
self_->ui->radarSiteThresholdSpinBox);
|
||||
radarSiteThreshold_.SetEditWidget(self_->ui->radarSiteThresholdSpinBox);
|
||||
radarSiteThreshold_.SetResetButton(self_->ui->resetRadarSiteThresholdButton);
|
||||
|
||||
antiAliasingEnabled_.SetSettingsVariable(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue