From 5bf1a0dcf0416d71b0191eb9f02fc98f72149f9c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 28 Apr 2016 15:06:32 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4b9b88aec..01d91e68f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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)