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
This commit is contained in:
Joe Taylor 2016-10-26 16:21:30 +00:00
parent 1928850813
commit 9cdd7d0c02
1 changed files with 1 additions and 0 deletions

View File

@ -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("");