mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Prevent SuperHounds from being able to edit Tx3 manually.
This commit is contained in:
parent
6723004254
commit
0f3b451c87
@ -6926,6 +6926,10 @@ void MainWindow::on_tx2_editingFinished() //tx2 edited
|
|||||||
|
|
||||||
void MainWindow::on_tx3_editingFinished() //tx3 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();
|
QString t=ui->tx3->text();
|
||||||
msgtype(t, ui->tx3);
|
msgtype(t, ui->tx3);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user