mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Don't erase the Q65 sync plot(s) just because RxFreq is changed.
This commit is contained in:
parent
cd5ebc4505
commit
8096ef25a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user