Previous commit message should have mentioned a fix to "stdmsg.f90" that was

preventing double-click on a JT65 "OOO" message from populating message fields.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8143 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2017-09-29 16:58:05 +00:00
parent 4d023aacdb
commit 9a2bb37a91
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
function stdmsg(msg0,bcontest,mygrid)
! Is msg0 a standard "JT-style" message?
use iso_c_binding, only: c_bool
use packjt
character*22 msg0,msg1,msg

View File

@ -3809,7 +3809,6 @@ void MainWindow::processMessage(DecodedText const& message, bool shift, bool ctr
}
auto is_73 = message_words.filter (QRegularExpression {"^(73|RR73)$"}).size ();
qDebug() << "a" << is_73 << bool(message.isStandardMessage()) << !message.isStandardMessage() << nWarn;
if (!is_73 and !message.isStandardMessage() and (nWarn==0)) {
qDebug () << "Not processing message - hiscall:" << hiscall << "hisgrid:" << hisgrid;
return;