mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
Merge branch 'develop' into feat-dropped-frames
This commit is contained in:
commit
632e2c2ae9
@ -4639,9 +4639,9 @@ void MainWindow::doubleClickOnCall2(Qt::KeyboardModifiers modifiers)
|
||||
void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
||||
{
|
||||
QTextCursor cursor;
|
||||
if(m_mode=="ISCAT") {
|
||||
if(m_mode=="ISCAT" or m_mode=="FST4W") {
|
||||
MessageBox::information_message (this,
|
||||
"Double-click not available for ISCAT mode");
|
||||
"Double-click not available for ISCAT or FST4W mode");
|
||||
return;
|
||||
}
|
||||
if(m_decodedText2) {
|
||||
|
Loading…
Reference in New Issue
Block a user