mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-25 05:29:16 -04:00
Merge branch 'sfox5b' of bitbucket.org:k1jt/wsjtx into sfox5b
This commit is contained in:
commit
2c54019a4b
@ -6926,6 +6926,10 @@ void MainWindow::on_tx2_editingFinished() //tx2 edited
|
||||
|
||||
void MainWindow::on_tx3_editingFinished() //tx3 edited
|
||||
{
|
||||
if (SpecOp::HOUND==m_specOp && m_config.superFox() && !m_bDoubleClicked) {
|
||||
clearDX();
|
||||
return;
|
||||
}
|
||||
QString t=ui->tx3->text();
|
||||
msgtype(t, ui->tx3);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user