Mechanism to clear waterfall when switching modulations.

This commit is contained in:
Jared Boone 2015-09-01 21:04:27 -07:00
parent d4c85bd786
commit 687e627dae
2 changed files with 20 additions and 0 deletions

View file

@ -567,6 +567,8 @@ void ReceiverView::on_modulation_changed(int32_t modulation) {
receiver_model.set_baseband_bandwidth(1750000);
break;
}
waterfall.clear();
}
void ReceiverView::on_show_options_frequency() {