mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-04 06:07:50 -04: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") {
|
if(m_mode=="ISCAT") {
|
||||||
MessageBox::information_message (this,
|
MessageBox::information_message (this,
|
||||||
"Double-click not available for ISCAT mode");
|
"Double-click not available for ISCAT mode");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if(m_decodedText2) {
|
if(m_decodedText2) {
|
||||||
cursor=ui->decodedTextBrowser->textCursor();
|
cursor=ui->decodedTextBrowser->textCursor();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user