mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-04-18 06:56:03 -04:00
fix typo that found by Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
aecb8a1143
commit
d792ed04e2
@ -333,7 +333,7 @@ WaterfallView::WaterfallView(const bool cursor) {
|
||||
|
||||
waterfall_widget.on_touch_select = [this](int32_t x) {
|
||||
if (sampling_rate) {
|
||||
// screen x to frequency scale x, NB we need two widgets aligh
|
||||
// screen x to frequency scale x, NB we need two widgets align
|
||||
int32_t cursor_position = x - (screen_width / 2);
|
||||
frequency_scale.set_cursor_position(cursor_position);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user