mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-12 22:04:17 -04:00
When operating in JT9+JT65 mode, changing band to 60 m has moved the
"JT65 nnnn JT9" blue line to 0 Hz. Now it also moves the spinner to 0 Hz, as it should have done. Subsequent QSY to another band will reset the blue line and spinner to where they had been, before the QSY to 60 m. Thanks to W9MDB for this patch. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7595 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -312,6 +312,14 @@ void WideGraph::setRxRange(int fMin) //setRxRange
|
||||
ui->widePlot->update();
|
||||
}
|
||||
|
||||
void WideGraph::setRxRangeAndSplitSpinBox(int fMin)
|
||||
{
|
||||
// Need to ensure split box is set too
|
||||
// e.g. For 60M we force the offset to 0 so this routine makes the split box match
|
||||
// Otherwise we can't decode JT9
|
||||
ui->fSplitSpinBox->setValue(fMin);
|
||||
}
|
||||
|
||||
int WideGraph::Fmin() //Fmin
|
||||
{
|
||||
return m_fMin;
|
||||
|
||||
Reference in New Issue
Block a user