mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-10 09:54:47 -04:00
Double-click on AS window to leave Tx Enable OFF.
This commit is contained in:
@@ -599,6 +599,8 @@ void CPlotter::mousePressEvent(QMouseEvent *event) //mousePressEvent
|
||||
int x=event->x();
|
||||
int y=event->y();
|
||||
int button=event->button();
|
||||
// qDebug() << "aa" << x << y << int(FreqfromX(x)+0.5)
|
||||
// << floor(datcom_.fcenter) + 0.001*int(FreqfromX(x)+0.5);
|
||||
if(y < h+30) { // Wideband waterfall
|
||||
if(button==1) {
|
||||
setFQSO(x,false);
|
||||
|
||||
Reference in New Issue
Block a user