Background object placed below should be removed when client changes its
opaque state to alpha so that make other windows to be visible.
Change-Id: Iaaab49fce8c7e10f63a87647fdb6650a88928753
return;
}
- if (ec->argb) return;
+ if (ec->argb)
+ {
+ if (ec->comp_data->sub.below_obj)
+ {
+ evas_object_del(ec->comp_data->sub.below_obj);
+ ec->comp_data->sub.below_obj = NULL;
+ }
+ return;
+ }
if (ec->comp_data->sub.below_list ||
ec->comp_data->sub.below_list_pending ||