mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Co-authored-by: Gregor Buß <gb@tetratec.de>
This commit is contained in:
parent
06e229cc76
commit
a7a9d278c4
@ -448,6 +448,9 @@ static void lv_btnmatrix_event(const lv_obj_class_t * class_p, lv_event_t * e)
|
||||
invalidate_button_area(obj, btnm->btn_id_sel); /*Invalidate the new area*/
|
||||
}
|
||||
}
|
||||
else {
|
||||
btnm->btn_id_sel = LV_BTNMATRIX_BTN_NONE;
|
||||
}
|
||||
}
|
||||
|
||||
if(btnm->btn_id_sel != LV_BTNMATRIX_BTN_NONE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user