From 8096ef25a0973ca212daadd80c9689f748514ae0 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 21 Mar 2021 11:17:10 -0400 Subject: [PATCH] Don't erase the Q65 sync plot(s) just because RxFreq is changed. --- widgets/widegraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/widegraph.cpp b/widgets/widegraph.cpp index edb81c2f0..78325d27c 100644 --- a/widgets/widegraph.cpp +++ b/widgets/widegraph.cpp @@ -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