* 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
pull/1/head
David Freese 2015-01-10 17:06:14 -06:00
rodzic 142362fc0d
commit 3041a20c4c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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: