mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
This commit is contained in:
commit
31ff0fd3ff
@ -97,6 +97,7 @@ lv_obj_t * lv_table_create(lv_obj_t * par, const lv_obj_t * copy)
|
||||
} else {
|
||||
lv_table_set_style(new_table, LV_TABLE_STYLE_BG, &lv_style_plain_color);
|
||||
}
|
||||
lv_obj_set_click(new_table, false); /*Can be removed if click support is added*/
|
||||
}
|
||||
/*Copy an existing table*/
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user