From 59ccedf7dac4b7699bca8f3409c67d6b4f6b274a Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 18 Apr 2018 18:25:11 +0000 Subject: [PATCH] Clear Fox's left text window when Reset is clicked. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8621 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index c90c9d21c..94f10355c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -7301,6 +7301,7 @@ void MainWindow::on_pbFoxReset_clicked() auto button = MessageBox::query_message (this, tr ("Confirm Reset"), tr ("Are you sure you want to clear the QSO queues?")); if(button == MessageBox::Yes) { + ui->decodedTextBrowser->setText(""); ui->textBrowser4->setText(""); m_houndQueue.clear(); m_foxQSO.clear();