mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
For double-click on lower waterfall, adjust QMAP's mousedf for the FCal value.
This commit is contained in:
parent
a215199fd1
commit
f45369af8d
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user