From 3041a20c4c742dbb29753143c731326e7feadef8 Mon Sep 17 00:00:00 2001 From: David Freese Date: Sat, 10 Jan 2015 17:06:14 -0600 Subject: [PATCH] QSY clickable * Fix to prevent log capture on QSY clickable Rx text - QSY text is enabled by "Mark prev freq/mode" on RxID tab - click on QSY text should only restore freq/mode and not perform a log text capture --- src/widgets/FTextRXTX.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/FTextRXTX.cxx b/src/widgets/FTextRXTX.cxx index b48be474..0061386d 100644 --- a/src/widgets/FTextRXTX.cxx +++ b/src/widgets/FTextRXTX.cxx @@ -402,6 +402,7 @@ int FTextRX::handle_clickable(int x, int y) switch (style - FTEXT_DEF) { case QSY: handle_qsy(start, end); + return 1; break; // ... default: