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:
Joe Taylor
2013-04-29 23:53:23 +00:00
parent 7418b042ce
commit bcb74260af
3 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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);
}