This patch does fix the problem correctly....and turns out the 
on_monitorButton_clicked isn't needed.

@@ -5917,6 +5920,7 @@
     }
   }
   else { // we're turning off so remember our Tune pwr setting and reset to Tx 
pwr
+    stopTx(); // ensure rig stops tx before we change power as tuning is 
likely lower power
     if (m_config.pwrBandTuneMemory() || m_config.pwrBandTxMemory()) {
       m_pwrBandTuneMemory[curBand] = ui->outAttenuation->value(); // remember 
our Tune pwr
       m_PwrBandSetOK = false;
@@ -5929,7 +5933,6 @@
   } else {
     m_sentFirst73=false;
     itone[0]=0;
-    on_monitorButton_clicked (true);
     m_tune=true;
   }
   Q_EMIT tune (checked);
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to