mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 19:19:02 -04:00
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:
parent
b2b53fd23e
commit
5bf1a0dcf0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user