mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-24 11:04:24 -04:00
Execute the "band changed" routine when the Band combobox is activated,
even if selected band has not changed. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3244 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+2
-1
@@ -2528,7 +2528,7 @@ void MainWindow::on_actionLog_dB_reports_to_Comments_triggered(bool checked)
|
||||
m_dBtoComments=checked;
|
||||
}
|
||||
|
||||
void MainWindow::on_bandComboBox_currentIndexChanged(int index)
|
||||
void MainWindow::on_bandComboBox_activated(int index)
|
||||
{
|
||||
m_band=index;
|
||||
QString t=m_dFreq[index];
|
||||
@@ -2761,3 +2761,4 @@ void MainWindow::on_pbT2R_clicked()
|
||||
{
|
||||
g_pWideGraph->setQSOfreq(m_txFreq);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user