From cf2dbac724e13c96d6217fac2490212b8d28d6b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20H=C3=B6glinger?= Date: Sun, 5 Oct 2025 20:13:09 +0200 Subject: [PATCH] Revert "Tactility: Fix lv_obj_t wrapper" This reverts commit 2eca0898b8981351338a6f77013ce57d4a874ef0. --- Tactility/Source/lvgl/wrappers/obj.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tactility/Source/lvgl/wrappers/obj.cpp b/Tactility/Source/lvgl/wrappers/obj.cpp index 1536d787..8be02ada 100644 --- a/Tactility/Source/lvgl/wrappers/obj.cpp +++ b/Tactility/Source/lvgl/wrappers/obj.cpp @@ -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) {