mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Fix crash after the message "Double clicking is not supported in ISCAT mode".
This commit is contained in:
parent
0e9d21e811
commit
f62cdb4f37
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user