ctxpopup: Fixes that remains diskselector when dismissed ctxpopup of elm_datetime.

elm_object_content_unset should return child element which is unset.

Tests: elementary_test -to datetime
This commit is contained in:
Ryuan Choi 2014-05-07 12:51:51 +09:00
parent e312e34652
commit 40a3850ee2
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ _elm_ctxpopup_elm_container_content_unset(Eo *obj, Elm_Ctxpopup_Data *sd, const
if (sd->visible) elm_layout_sizing_eval(obj);
return NULL;
return content;
}
static void