Restore wfall wheel/qsy step

pull/2/head
Stelios Bounanos 2008-10-29 01:20:34 +00:00
rodzic 8536587910
commit c452607e51
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1569,7 +1569,7 @@ int WFdisp::handle(int event)
return 1;
}
if (progdefaults.WaterfallQSY && push < WFTEXT + WFSCALE) {
long long newrfc = (pxpos - xpos) * (step==4?10:step==2?5:1);
long long newrfc = (pxpos - xpos) * step;
if (!USB())
newrfc = -newrfc;
newrfc += rfcarrier();