mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 09:01:59 -05:00
Logic update on on_bandComboBox_currentIndexChanged.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3203 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
2318aaed30
commit
d845a108db
@ -2442,6 +2442,7 @@ void MainWindow::on_bandComboBox_currentIndexChanged(int index)
|
|||||||
if(m_catEnabled) {
|
if(m_catEnabled) {
|
||||||
if(!m_bRigOpen) {
|
if(!m_bRigOpen) {
|
||||||
rigOpen();
|
rigOpen();
|
||||||
|
m_bRigOpen = true;
|
||||||
}
|
}
|
||||||
rig->setFreq(MHz(m_dialFreq));
|
rig->setFreq(MHz(m_dialFreq));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user