elementary/mapbuf - set NULL if the content is empty.

This commit is contained in:
ChunEon Park 2013-11-22 17:40:40 +09:00
parent 9e99a7f579
commit 2ec0b6556f
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ _elm_mapbuf_smart_content_unset(Eo *obj, void *_pd, va_list *list)
evas_object_smart_member_del(content);
evas_object_data_del(content, "_elm_leaveme");
evas_object_color_set(wd->resize_obj, 0, 0, 0, 0);
sd->content = NULL;
if (ret) *ret = content;
ELM_SAFE_FREE(sd->idler, ecore_idler_del);
}