Gray out Fast/Normal/Deep in JT65 V/U/M mode.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8439 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2018-01-26 21:35:52 +00:00
parent a493a6e554
commit cdf32aedb0
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ JT9 11101000000011100001000000000000
JT9/VHF 11111010100011111001000000000000
JT9+JT65 11101000000111100001000000000000
JT65 11101000000011100001000000000000
JT65/VHF 11111001000011111011110001000000
JT65/VHF 11111001000011111010110001000000
QRA64 11111001011011111000000000100000
ISCAT 10011100000000011000000000000000
MSK144 10111111010000000001000100001000

View File

@ -5153,7 +5153,7 @@ void MainWindow::on_actionJT65_triggered()
ui->label_7->setText("Rx Frequency");
}
if(bVHF) {
displayWidgets(nWidgets("11111001000011111011110001000000"));
displayWidgets(nWidgets("11111001000011111010110001000000"));
} else {
displayWidgets(nWidgets("11101000000011100001000000000000"));
}