Fix crash after the message "Double clicking is not supported in ISCAT mode".

This commit is contained in:
Joe Taylor 2020-05-22 11:56:00 -04:00
parent 0e9d21e811
commit f62cdb4f37
1 changed files with 1 additions and 0 deletions

View File

@ -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();