mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-06 19:38:35 -04:00
Always set txb1 visible when switching to Hound mode via the "H" button.
This commit is contained in:
parent
a28316212b
commit
67301c8402
@ -10539,6 +10539,9 @@ void MainWindow::on_houndButton_clicked (bool checked)
|
||||
if (checked) {
|
||||
ui->houndButton->setStyleSheet("background-color: #ff0000;");
|
||||
m_config.setSpecial_Hound();
|
||||
ui->tx1->setVisible(true);
|
||||
ui->tx1->setEnabled(true);
|
||||
ui->txb1->setEnabled(true);
|
||||
} else {
|
||||
ui->houndButton->setStyleSheet("");
|
||||
m_config.setSpecial_None();
|
||||
|
Loading…
Reference in New Issue
Block a user