Do not change anything if the settings dialog is cancelled

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7919 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-07-16 21:42:18 +00:00
parent ba6e0533bf
commit 5eab7abed7

View File

@ -1574,7 +1574,6 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog
if(m_mode=="WSPR-LF") on_actionWSPR_LF_triggered();
if(m_mode=="Echo") on_actionEcho_triggered();
if(b) VHF_features_enabled(b);
}
m_config.transceiver_online ();
if(!m_bFastMode) setXIT (ui->TxFreqSpinBox->value ());
@ -1594,6 +1593,7 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog
ui->actionInclude_correlation->setChecked(false);
}
}
}
void MainWindow::on_monitorButton_clicked (bool checked)
{