mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 04:42:28 -04:00
Forgot to update DialFreq label when the band setting changes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3098 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
0516a86dd8
commit
e8177a5887
@ -2206,6 +2206,7 @@ void MainWindow::on_bandComboBox_currentIndexChanged(int index)
|
|||||||
{
|
{
|
||||||
m_band=index;
|
m_band=index;
|
||||||
m_dialFreq=dFreq[index];
|
m_dialFreq=dFreq[index];
|
||||||
|
dialFreqChanged2(m_dialFreq);
|
||||||
if(m_catEnabled) {
|
if(m_catEnabled) {
|
||||||
int nHz=int(1000000.0*m_dialFreq + 0.5);
|
int nHz=int(1000000.0*m_dialFreq + 0.5);
|
||||||
QString cmnd1,cmnd3;
|
QString cmnd1,cmnd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user