mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-07 20:09:11 -04:00
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:
parent
794e6ada00
commit
e23ebc48ad
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user