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
7a306da303
commit
b7be054493
@ -435,6 +435,9 @@ static void lv_buttonmatrix_event(const lv_obj_class_t * class_p, lv_event_t * e
|
|||||||
invalidate_button_area(obj, btnm->btn_id_sel); /*Invalidate the new area*/
|
invalidate_button_area(obj, btnm->btn_id_sel); /*Invalidate the new area*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
btnm->btn_id_sel = LV_BUTTONMATRIX_BUTTON_NONE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(btnm->btn_id_sel != LV_BUTTONMATRIX_BUTTON_NONE) {
|
if(btnm->btn_id_sel != LV_BUTTONMATRIX_BUTTON_NONE) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user