Tactility: Fix lv_obj_t wrapper
This commit is contained in:
parent
ecd2e8f6e1
commit
2eca0898b8
@ -96,7 +96,7 @@ static void make_scrollable(lv_obj_t* obj) {
|
|||||||
lv_group_add_obj(group, obj);
|
lv_group_add_obj(group, obj);
|
||||||
|
|
||||||
// Apply style to scrollbar to make it visible if focused
|
// Apply style to scrollbar to make it visible if focused
|
||||||
apply_scroll_style(obj);
|
apply_scroll_styles(obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void child_added_event_handler(lv_event_t* e) {
|
static void child_added_event_handler(lv_event_t* e) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user