Don't erase the Q65 sync plot(s) just because RxFreq is changed.

This commit is contained in:
Joe Taylor 2021-03-21 11:17:10 -04:00
parent cd5ebc4505
commit 8096ef25a0
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ void WideGraph::keyPressEvent(QKeyEvent *e) //F1
void WideGraph::setRxFreq(int n) //setRxFreq
{
ui->widePlot->setRxFreq(n);
ui->widePlot->draw(m_swide,false,false);
if(m_mode!="Q65") ui->widePlot->draw(m_swide,false,false);
}
int WideGraph::rxFreq() //rxFreq