mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-10 17:59:04 -04:00
For double-click on lower waterfall, adjust QMAP's mousedf for the FCal value.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user