[wsjt-devel] Band change patch

2018-03-06 Thread Black Michael via wsjt-devel
This patch was submitted Nov 2 but never applied.It comes from the bug 
identified in this thread where changing the rig freq from the rig does not 
adjust to the remembered power levels.

https://sourceforge.net/p/wsjt/mailman/message/36101238/


Index: mainwindow.cpp
===
--- mainwindow.cpp  (revision 8534)
+++ mainwindow.cpp  (working copy)
@@ -1925,6 +1925,7 @@
   ui->bandComboBox->setCurrentText (band_name);
   m_wideGraph->setRxBand (band_name);
   m_lastBand = band_name;
+  band_changed(dial_frequency);
 }

   // search working frequencies for one we are within 10kHz of (1 Mhz

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


[wsjt-devel] Band change patch

2018-02-26 Thread Michael Black
 This patch was submitted Nov 2 but never applied.
It comes from the bug identified in this thread where changing the rig freq
does not adjust to the remembered power levels.

https://sourceforge.net/p/wsjt/mailman/message/36101238/


Index: mainwindow.cpp
===
--- mainwindow.cpp  (revision 8534)
+++ mainwindow.cpp  (working copy)
@@ -1925,6 +1925,7 @@
   ui->bandComboBox->setCurrentText (band_name);
   m_wideGraph->setRxBand (band_name);
   m_lastBand = band_name;
+  band_changed(dial_frequency);
 }

   // search working frequencies for one we are within 10kHz of (1 Mhz

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