Don't freeze the Tx5 message if use has double-clicked on a decode.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7392 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-12-17 15:19:48 +00:00
parent 794e6ada00
commit e23ebc48ad
1 changed files with 1 additions and 1 deletions

View File

@ -4688,7 +4688,7 @@ void MainWindow::on_rptSpinBox_valueChanged(int n)
int ntx0=m_ntx;
QString t=ui->tx5->currentText();
genStdMsgs(m_rpt);
ui->tx5->setCurrentText(t);
if(!m_bDoubleClicked) ui->tx5->setCurrentText(t);
m_ntx=ntx0;
if(m_ntx==1) ui->txrb1->setChecked(true);
if(m_ntx==2) ui->txrb2->setChecked(true);