mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -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) {
|
if (checked) {
|
||||||
ui->houndButton->setStyleSheet("background-color: #ff0000;");
|
ui->houndButton->setStyleSheet("background-color: #ff0000;");
|
||||||
m_config.setSpecial_Hound();
|
m_config.setSpecial_Hound();
|
||||||
|
ui->tx1->setVisible(true);
|
||||||
|
ui->tx1->setEnabled(true);
|
||||||
|
ui->txb1->setEnabled(true);
|
||||||
} else {
|
} else {
|
||||||
ui->houndButton->setStyleSheet("");
|
ui->houndButton->setStyleSheet("");
|
||||||
m_config.setSpecial_None();
|
m_config.setSpecial_None();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user