mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Send proper tile ID in tileview VALUE_CHANGED event
This commit is contained in:
parent
40e2da1905
commit
36a4307930
@ -225,6 +225,7 @@ void lv_tileview_set_tile_act(lv_obj_t * tileview, lv_coord_t x, lv_coord_t y, l
|
|||||||
for(tile_id = 0; tile_id < ext->valid_pos_cnt; tile_id++) {
|
for(tile_id = 0; tile_id < ext->valid_pos_cnt; tile_id++) {
|
||||||
if(ext->valid_pos[tile_id].x == x && ext->valid_pos[tile_id].y == y) {
|
if(ext->valid_pos[tile_id].x == x && ext->valid_pos[tile_id].y == y) {
|
||||||
valid = true;
|
valid = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user