indev: do not send wait_releaseLV_SIGNAL/EVENT_PRESSED
This commit is contained in:
@@ -797,6 +797,7 @@ static void indev_proc_press(lv_indev_proc_t * proc)
|
||||
|
||||
lv_event_send(indev_obj_act, LV_EVENT_PRESSED, NULL);
|
||||
if(indev_reset_check(proc)) return;
|
||||
if(indev_act->proc.wait_until_release) return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -826,6 +827,7 @@ static void indev_proc_press(lv_indev_proc_t * proc)
|
||||
if(indev_reset_check(proc)) return;
|
||||
lv_event_send(indev_obj_act, LV_EVENT_PRESSING, NULL);
|
||||
if(indev_reset_check(proc)) return;
|
||||
if(indev_act->proc.wait_until_release) return;
|
||||
|
||||
indev_drag(proc);
|
||||
if(indev_reset_check(proc)) return;
|
||||
|
||||
Reference in New Issue
Block a user