fix guru in level / scanner / recon app (#3047)

* fix guru
* fix potential guru
* added information for the sudden return
This commit is contained in:
gullradriel
2026-02-25 01:28:16 +01:00
committed by GitHub
parent 10d17fa7ce
commit 16c4c28584
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1261,6 +1261,7 @@ size_t ReconView::change_mode(freqman_index_t new_mod) {
else
v = SPEC_MODULATION;
field_mode.set_selected_index(v);
return; // Important ! Guru will occur if you don't return when modifying field from within on_change !
}
last_mode = v;
change_mode(v);