mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Fix the "double-click on AP decode" crash.
This commit is contained in:
parent
37ab6eecd1
commit
7d094b36bf
@ -4499,7 +4499,7 @@ void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
DecodedText message {cursor.block().text().trimmed().remove("TU; ")};
|
DecodedText message {cursor.block().text().trimmed().left(61).remove("TU; ")};
|
||||||
m_bDoubleClicked = true;
|
m_bDoubleClicked = true;
|
||||||
processMessage (message, modifiers);
|
processMessage (message, modifiers);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user