Skip to content

Commit f0a50bd

Browse files
philmozpfeerick
authored andcommitted
fix(bw): Long ENTER not working correctly when using ADJUST GV SF (#4709)
1 parent 2591fab commit f0a50bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

radio/src/gui/128x64/model_special_functions.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ void menuSpecialFunctions(event_t event, CustomFunctionData * functions, CustomF
395395
break;
396396
}
397397

398+
#if !defined(NAVIGATION_X7)
399+
// For X7 type navigation the ENTER long press is handled below
398400
if (attr && event==EVT_KEY_LONG(KEY_ENTER)) {
399401
killEvents(event);
400402
s_editMode = !s_editMode;
@@ -403,6 +405,7 @@ void menuSpecialFunctions(event_t event, CustomFunctionData * functions, CustomF
403405
CFN_GVAR_MODE(cfn) &= 0x03;
404406
val_displayed = 0;
405407
}
408+
#endif
406409
}
407410
#endif // GVARS
408411
else if (attr) {

0 commit comments

Comments
 (0)