mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Revert "Fix double-clicking on a decode line containing fSpread."
Change superseded.
This reverts commit d9c2a11821
.
This commit is contained in:
parent
19d24789aa
commit
29fc0ced19
@ -4518,9 +4518,7 @@ void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
||||
}
|
||||
return;
|
||||
}
|
||||
QString t{cursor.block().text().trimmed().left(61).remove("TU; ")};
|
||||
t=t.left(46)+" "+t.mid(51);
|
||||
DecodedText message{t.trimmed()};
|
||||
DecodedText message {cursor.block().text().trimmed().left(61).remove("TU; ")};
|
||||
m_bDoubleClicked = true;
|
||||
processMessage (message, modifiers);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user