kopia lustrzana https://gitlab.com/eliggett/wfview
Fixed go to frequency button that didn't properly check results.
rodzic
2bd6231009
commit
c49c4d687b
|
@ -2221,9 +2221,7 @@ void wfmain::on_goFreqBtn_clicked()
|
|||
if(ok)
|
||||
{
|
||||
emit setFrequency(freq);
|
||||
// TODO: change to cmdQueue
|
||||
cmdOut = cmdGetFreq;
|
||||
delayedCommand->start();
|
||||
issueDelayedCommand(cmdGetFreq);
|
||||
}
|
||||
ui->freqMhzLineEdit->selectAll();
|
||||
freqTextSelected = true;
|
||||
|
|
Ładowanie…
Reference in New Issue