Tactility: Fix lv_obj_t wrapper

This commit is contained in:
Dominic Höglinger 2025-09-27 23:13:33 +02:00
parent ecd2e8f6e1
commit 2eca0898b8

View File

@ -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_style(obj);
apply_scroll_styles(obj);
}
static void child_added_event_handler(lv_event_t* e) {