Revert "Revert "Revert "elm ctxpopup: fix auto_hide mode to work correctly"""

This reverts commit 0907217be5.

append comment there.
This commit is contained in:
Hermet Park 2016-06-07 19:39:00 +09:00
parent 0907217be5
commit 95620c6b60
2 changed files with 1 additions and 3 deletions

View File

@ -50,7 +50,6 @@ _ctxpopup_item_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *ev
{
printf("ctxpopup item selected: %s\n",
elm_object_item_text_get(event_info));
elm_ctxpopup_dismiss(obj);
}
static Elm_Object_Item *

View File

@ -938,8 +938,7 @@ _bg_clicked_cb(void *data,
{
ELM_CTXPOPUP_DATA_GET(data, sd);
if (sd->auto_hide)
_hide_signals_emit(data, sd->dir);
_hide_signals_emit(data, sd->dir);
}
static void