Skip to content

Commit

Permalink
fix(bw): unable to copy/move lines in mixer screen (EdgeTX#4747)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored and felipemanga committed Mar 29, 2024
1 parent 04e16a1 commit c829b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/common/stdlcd/model_mixes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ void menuModelMixAll(event_t event)
}
else {
// only swap the mix with its neighbor
moveMix(s_currIdx, IS_PREVIOUS_EVENT(event));
s_currIdx = moveMix(s_currIdx, IS_PREVIOUS_EVENT(event));
}

s_copyTgtOfs = next_ofs;
Expand Down

0 comments on commit c829b33

Please sign in to comment.