For double-click on lower waterfall, adjust QMAP's mousedf for the FCal value.

This commit is contained in:
Joe Taylor
2023-03-03 13:18:33 -05:00
parent a215199fd1
commit f45369af8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ void CPlotter::mouseDoubleClickEvent(QMouseEvent *event) //mouse2click
if(y < h+30) {
m_DF=0;
setFQSO(x,false);
emit freezeDecode1(2); //### ???
emit freezeDecode1(2);
} else {
float f = m_ZoomStartFreq + x*m_fSample/32768.0;
m_DF=int(f);