Fix condition where msg parts is > 6 resulting in message not sent to display 
right.

@ -2905,11 +2907,9 @@
             m_bAutoReply = true;
             processMessage (decodedtext);
             ui->cbFirst->setStyleSheet("");
-          } else {
 //###            if(m_config.bFox() and for_us and (audioFreq<1000)) 
bDisplayRight=true;
             if(m_config.bFox() and (audioFreq<1000)) bDisplayRight=true;
             if(!m_config.bFox() and (for_us or (abs(audioFreq - 
m_wideGraph->rxFreq()) <= 10))) bDisplayRight=true;
-          }
         }
       } else {
         if(abs(audioFreq - m_wideGraph->rxFreq()) <= 10) bDisplayRight=true;



de Mike W9MDB
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to