elm_tooltip: immediately show tooltip if callback is set for obj under pointer

@fix
This commit is contained in:
Mike Blumenkrantz 2018-01-11 16:28:16 -05:00
parent 6822927988
commit b585dd0de7
1 changed files with 2 additions and 0 deletions

View File

@ -998,6 +998,8 @@ elm_object_sub_tooltip_content_cb_set(Evas_Object *eventarea, Evas_Object *owner
tt->del_cb = del_cb;
if (!just_created) _elm_tooltip_reconfigure_job_start(tt);
else if (efl_canvas_pointer_inside_get(eventarea, NULL) && (!tt->tooltip))
_elm_tooltip_show(tt);
return;
error: