mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 03:28:59 -04:00
Shift+R should work only in Q65 mode, and not Q65-Pileup.
This commit is contained in:
parent
77f14560ff
commit
f9b5d5a865
@ -2384,7 +2384,7 @@ void MainWindow::keyPressEvent (QKeyEvent * e)
|
||||
if(m_send_RR73) on_txrb4_doubleClicked();
|
||||
return;
|
||||
}
|
||||
if(e->modifiers() & Qt::ShiftModifier) {
|
||||
if((e->modifiers() & Qt::ShiftModifier) and m_specOp!=SpecOp::Q65_PILEUP and m_mode=="Q65") {
|
||||
m_fetched=0;
|
||||
readWidebandDecodes();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user