fixes if an object is deleted in its action

This commit is contained in:
Gabor Kiss-Vamosi
2018-10-15 19:33:34 +02:00
parent 603e9336d4
commit 7e4187e89a
8 changed files with 70 additions and 59 deletions

View File

@@ -690,6 +690,9 @@ static void indev_proc_release(lv_indev_proc_t * proc)
else {
proc->act_obj->signal_func(proc->act_obj, LV_SIGNAL_RELEASED, indev_act);
}
if(proc->reset_query != 0) return;
/*Handle click focus*/
#if USE_LV_GROUP
/*Edit mode is not used by POINTER devices. So leave edit mode if we are in it*/