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