From 9cdd7d0c02dc9251b0b943c8727061e7aeaef82f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 26 Oct 2016 16:21:30 +0000 Subject: [PATCH] Don't allow a second LogQSO window to overwrite one already in use (thanks to W9MDB). git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7237 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- logqso.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/logqso.cpp b/logqso.cpp index b605e433e..aefd4370e 100644 --- a/logqso.cpp +++ b/logqso.cpp @@ -53,6 +53,7 @@ void LogQSO::initLogQSO(QString hisCall, QString hisGrid, QString mode, Radio::Frequency dialFreq, QString myCall, QString myGrid, bool noSuffix, bool toRTTY, bool dBtoComments) { + if(!isHidden()) return; ui->call->setText(hisCall); ui->grid->setText(hisGrid); ui->name->setText("");