mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-24 21:28:41 -05:00
Remove the restriction on double-clicking while transmitting.
This commit is contained in:
parent
d42fb7db39
commit
682170ae54
@ -4172,10 +4172,10 @@ void MainWindow::doubleClickOnCall2(Qt::KeyboardModifiers modifiers)
|
||||
|
||||
void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
||||
{
|
||||
if(!(modifiers & Qt::AltModifier) and m_transmitting) {
|
||||
// if(!(modifiers & Qt::AltModifier) and m_transmitting) {
|
||||
// qDebug() << "aa" << "Double-click on decode is ignored while transmitting";
|
||||
return;
|
||||
}
|
||||
// return;
|
||||
// }
|
||||
QTextCursor cursor;
|
||||
if(m_mode=="ISCAT") {
|
||||
MessageBox::information_message (this,
|
||||
|
Loading…
Reference in New Issue
Block a user