Revert "A little more on the enable/disable UI elements. Should be good."

This reverts commit 8e95919aa9.
merge-requests/9/head
Roeland Jansen 2022-01-12 19:18:53 +01:00
rodzic 9dd9293036
commit 4f34e54b02
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -4330,8 +4330,6 @@ void wfmain::on_serialEnableBtn_clicked(bool checked)
ui->txLatencySlider->setEnabled(!checked);
ui->rxLatencyValue->setEnabled(!checked);
ui->txLatencyValue->setEnabled(!checked);
ui->audioOutputCombo->setEnabled(!checked);
ui->audioInputCombo->setEnabled(!checked);
ui->baudRateCombo->setEnabled(checked);
ui->serialDeviceListCombo->setEnabled(checked);
//ui->udpServerSetupBtn->setEnabled(true);
@ -4352,8 +4350,6 @@ void wfmain::on_lanEnableBtn_clicked(bool checked)
ui->txLatencySlider->setEnabled(checked);
ui->rxLatencyValue->setEnabled(checked);
ui->txLatencyValue->setEnabled(checked);
ui->audioOutputCombo->setEnabled(checked);
ui->audioInputCombo->setEnabled(checked);
ui->baudRateCombo->setEnabled(!checked);
ui->serialDeviceListCombo->setEnabled(!checked);
//ui->udpServerSetupBtn->setEnabled(false);