diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 5bea3b3b8..93989a9a3 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4432,6 +4432,7 @@ void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers) if(m_mode=="ISCAT") { MessageBox::information_message (this, "Double-click not available for ISCAT mode"); + return; } if(m_decodedText2) { cursor=ui->decodedTextBrowser->textCursor();