From 3882953f51b799ba0b4e6ac07ca1f656c03cf270 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Mon, 5 Feb 2024 17:01:03 +0100 Subject: [PATCH] Disable the popup message for now. --- widgets/mainwindow.cpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 2a4ca827d..0bda00ee3 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5539,13 +5539,11 @@ void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers) m_bTxTime=false; if (m_auto) auto_tx_mode (false); if (m_tune) stop_tuning(); - auto const& msg2 = tr("Double-clicking on combined messages\n" - "not allowed on the standard FT8 sub-bands.\n\n" - "First verify that the displayed \n" - "is not a decoding artefact."); - QTimer::singleShot (0, [=] { // don't block guiUpdate - MessageBox::warning_message (this, tr ("Potential hash collision"), msg2); - }); +// auto const& msg2 = tr("Double-clicking on combined messages\n" +// "not allowed on the standard FT8 sub-bands."); +// QTimer::singleShot (0, [=] { // don't block guiUpdate +// MessageBox::warning_message (this, tr ("Potential hash collision"), msg2); +// }); break; } else { m_bDoubleClicked = true;