Merge branch 'develop' into refresh_rework

This commit is contained in:
Riku Isokoski
2021-08-28 17:25:50 +03:00
29 changed files with 292 additions and 234 deletions

View File

@@ -81,7 +81,7 @@ SettingDisplay::~SettingDisplay() {
}
void SettingDisplay::UpdateSelected(lv_obj_t* object, lv_event_t event) {
if (event == LV_EVENT_VALUE_CHANGED) {
if (event == LV_EVENT_CLICKED) {
for (int i = 0; i < optionsTotal; i++) {
if (object == cbOption[i]) {
lv_checkbox_set_checked(cbOption[i], true);