feat(indev): remove the PRESSED state on scroll (#5660)

This commit is contained in:
Gabor Kiss-Vamosi
2024-02-16 16:47:01 +01:00
committed by GitHub
parent 84f72db6d9
commit fa9142ef36
+1
View File
@@ -56,6 +56,7 @@ void _lv_indev_scroll_handler(lv_indev_t * indev)
init_scroll_limits(indev);
lv_obj_remove_state(indev->pointer.act_obj, LV_STATE_PRESSED);
lv_obj_send_event(scroll_obj, LV_EVENT_SCROLL_BEGIN, NULL);
if(indev->reset_query) return;
}