Revert "Tactility: Fix lv_obj_t wrapper"

This reverts commit 2eca0898b8981351338a6f77013ce57d4a874ef0.
This commit is contained in:
Dominic Höglinger 2025-10-05 20:13:09 +02:00
parent a8fd6927af
commit cf2dbac724

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