Tweaks to Fox/Hound behavior. More to come!

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8301 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2017-12-08 20:23:54 +00:00
parent 1557b9cb99
commit 6a90a11651
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ subroutine foxgen()
itone2=itone
msgbits2=msgbits
f0=1500.d0 + fstep*(n-1)
f0=1800.d0 + fstep*(n-1)
phi=0.d0
k=0
do j=1,NN

View File

@ -2901,8 +2901,8 @@ void MainWindow::readFromStdout() //readFromStdout
QString foxCall=w.at(3);
foxCall=foxCall.remove("<").remove(">");
if(w.at(0)==m_config.my_callsign()) {
//### Check for ui->dxCallEntry->text()==foxCall and insert report received
//### and report sent before logging! ###
//### Check for ui->dxCallEntry->text()==foxCall before logging! ###
auto_tx_mode(false);
on_logQSOButton_clicked();
}
if(w.at(2)==m_config.my_callsign()) {