selecting BPSK31 now does not screw up main waterfall

This commit is contained in:
ha7ilm
2017-05-07 12:03:18 +02:00
parent c0df96901c
commit 5b99240944
2 changed files with 4 additions and 5 deletions

View File

@ -2240,7 +2240,7 @@ function secondary_demod_create_canvas()
new_canvas.style.width=$(secondary_demod_canvas_container).width()+"px";
new_canvas.style.height=$(secondary_demod_canvas_container).height()+"px";
console.log(new_canvas.width, new_canvas.height, new_canvas.style.width, new_canvas.style.height);
canvas_actual_line=new_canvas.height-1;
secondary_demod_current_canvas_actual_line=new_canvas.height-1;
$(secondary_demod_canvas_container).append(new_canvas);
return new_canvas;
}
@ -2302,7 +2302,6 @@ function secondary_demod_stop()
ws.send("SET secondary_mod=off");
secondary_demod = false;
secondary_demod_waterfall_queue = [];
secondary_demod_remove_canvases();
}
function secondary_demod_waterfall_add_queue(x)