This commit is contained in:
Marcel Hollerbach 2018-05-28 11:49:05 +02:00
parent 05d3f2d393
commit 9d31a60a91
1 changed files with 2 additions and 0 deletions

View File

@ -3552,6 +3552,8 @@ e_comp_object_frame_theme_set(Evas_Object *obj, const char *name)
cw->ec->changes.size = 1;
EC_CHANGED(cw->ec);
}
if (cw->frame_object == edje_object_part_swallow_get(cw->shobj, "e.swallow.content"))
edje_object_part_unswallow(cw->frame_object);
E_FREE_FUNC(cw->frame_object, evas_object_del);
if (!name) goto reshadow;
}