Skip to content

Commit

Permalink
Allow long press to open curve edit without entering edit mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz committed Jul 22, 2024
1 parent 061f39f commit 99bf23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/128x64/model_input_edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void menuModelExpoOne(event_t event)
break;

case EXPO_FIELD_CURVE:
editCurveRef(EXPO_ONE_2ND_COLUMN, y, ed->curve, s_editMode > 0 ? event : 0, RIGHT | attr);
editCurveRef(EXPO_ONE_2ND_COLUMN, y, ed->curve, event, RIGHT | attr);
break;

#if defined(FLIGHT_MODES)
Expand Down

0 comments on commit 99bf23e

Please sign in to comment.