Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug in SourceSelection: don't set s to temporary values (#2313)
- If we were on OLED, and last allowable modulation source was highlighted, but there were non-allowed ones after it, trying to scroll further would bail out with with SourceSelection::s set to a non-allowed value even though we had an allowed on selected. Solution is to set s only after we've found a legal value: in event of the bailout we retain the previous legal value. - fixes #2312
- Loading branch information