Skip to content

Commit

Permalink
fix(color): choice button being skipped when using rotary encoder (#5211
Browse files Browse the repository at this point in the history
)

Co-authored-by: philmoz <phil.a.mitchell@gmail.com>
  • Loading branch information
philmoz and philmoz committed Jun 22, 2024
1 parent 5c42258 commit 0d9215a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/thirdparty/libopenui/src/choice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static const lv_obj_class_t choice_class = {
.width_def = LV_SIZE_CONTENT,
.height_def = EdgeTxStyles::UI_ELEMENT_HEIGHT,
.editable = LV_OBJ_CLASS_EDITABLE_INHERIT,
.group_def = LV_OBJ_CLASS_GROUP_DEF_INHERIT,
.group_def = LV_OBJ_CLASS_GROUP_DEF_TRUE,
.instance_size = sizeof(lv_obj_t),
};

Expand Down

0 comments on commit 0d9215a

Please sign in to comment.