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

View File

@ -808,7 +808,7 @@ void MainWindow::decode() //decode()
datcom_.nutc=100*ihr + imin;
}
datcom_.mousedf=m_wide_graph_window->DF();
datcom_.mousedf=m_wide_graph_window->DF() + m_fCal;
datcom_.mousefqso=m_wide_graph_window->QSOfreq();
datcom_.fselected=datcom_.mousefqso + 0.001*datcom_.mousedf;
datcom_.ndiskdat=0;

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);