Merge branch 'develop' into feat-dropped-frames

This commit is contained in:
Bill Somerville 2020-08-15 20:03:47 +01:00
commit 632e2c2ae9
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 2 additions and 2 deletions

View File

@ -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) {