diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 11f800a0e..328a6394b 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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();