Skip to content

Commit 2a8f7c9

Browse files
Comments
1 parent c2312ca commit 2a8f7c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal_filesystem/lib/mpos/ui/setting_activity.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ def radio_event_handler(self, event):
157157
self.active_radio_index = current_checkbox_index
158158

159159
def create_radio_button(self, parent, text, index):
160+
# A fix for the "checkbox unchecks when arrow up is pressed"
161+
# can be implemented like in the wifi.py app: manually adding a clickable label
160162
cb = lv.checkbox(parent)
161163
cb.set_text(text)
162164
cb.add_flag(lv.obj.FLAG.EVENT_BUBBLE)

0 commit comments

Comments
 (0)