Compare commits

...

2 Commits

Author SHA1 Message Date
Marcel Hollerbach 85f08899ad MORE 2018-05-28 12:10:58 +02:00
Marcel Hollerbach 9d31a60a91 WIP 2018-05-28 11:49:05 +02:00
1 changed files with 8 additions and 4 deletions

View File

@ -3552,6 +3552,10 @@ e_comp_object_frame_theme_set(Evas_Object *obj, const char *name)
cw->ec->changes.size = 1;
EC_CHANGED(cw->ec);
}
edje_object_part_unswallow(cw->shobj, cw->frame_object);
edje_object_part_unswallow(cw->frame_object, cw->frame_icon);
edje_object_part_unswallow(cw->frame_object, cw->frame_volume);
edje_object_part_unswallow(cw->frame_object, cw->obj);
E_FREE_FUNC(cw->frame_object, evas_object_del);
if (!name) goto reshadow;
}