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
@@ -461,6 +461,7 @@ ScannerView::ScannerView(
else
v = WFM_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;
receiver_model.disable();