Remove the restriction on double-clicking while transmitting.

This commit is contained in:
Joe Taylor 2018-11-10 09:35:18 -05:00
parent d42fb7db39
commit 682170ae54
1 changed files with 3 additions and 3 deletions

View File

@ -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,