From 5803fa621465b2600fcc90a53770fb336e1ef503 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 21 May 2019 15:56:27 +0200 Subject: [PATCH] indev: minor fix --- src/lv_core/lv_indev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_core/lv_indev.c b/src/lv_core/lv_indev.c index c017cdfcc..ae406cf12 100644 --- a/src/lv_core/lv_indev.c +++ b/src/lv_core/lv_indev.c @@ -692,7 +692,7 @@ static void indev_button_proc(lv_indev_t * i, lv_indev_data_t * data) */ static void indev_proc_press(lv_indev_proc_t * proc) { - lv_obj_t * indev_obj_act = proc->types.pointer.act_obj; + indev_obj_act = proc->types.pointer.act_obj; if(proc->wait_until_release != 0) return;