Make sure the "Fast" checkbox becomes visible after enabling VHF/UHF

features on the Settings | General tab.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6652 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-04-28 15:06:32 +00:00
parent b2b53fd23e
commit 5bf1a0dcf0
1 changed files with 1 additions and 0 deletions

View File

@ -4751,6 +4751,7 @@ void MainWindow::on_sbFtol_valueChanged(int index)
void::MainWindow::VHF_controls_visible(bool b)
{
ui->VHFControls_widget->setVisible (b);
ui->cbFast9->setVisible(b);
}
void::MainWindow::VHF_features_enabled(bool b)