From 9609291826e394dc668489c5c941c417d59757c0 Mon Sep 17 00:00:00 2001 From: JustMe-NL Date: Sat, 6 Apr 2024 11:24:45 +0200 Subject: [PATCH] Update guiBase.h Enable swipe by clicking next to the tabindicator --- Platformio/src/applicationInternal/gui/guiBase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Platformio/src/applicationInternal/gui/guiBase.h b/Platformio/src/applicationInternal/gui/guiBase.h index 20c8f84..a78d077 100644 --- a/Platformio/src/applicationInternal/gui/guiBase.h +++ b/Platformio/src/applicationInternal/gui/guiBase.h @@ -30,6 +30,7 @@ void gui_loop(void); // used by guiMemoryOptimizer.cpp void tabview_content_is_scrolling_event_cb(lv_event_t* e); void tabview_tab_changed_event_cb(lv_event_t* e); +void tabview_tab_changed_manually(uint32_t current_tabID); void sceneLabel_or_pageIndicator_event_cb(lv_event_t* e); void setActiveTab(uint32_t index, lv_anim_enable_t anim_en); // used by memoryUsage.cpp