custom state: i think we should inherit the parent's text style, too

SVN revision: 20775
This commit is contained in:
tsauerbeck 2006-02-25 09:57:55 +00:00 committed by tsauerbeck
parent 697f0a1600
commit 0b74d51971
1 changed files with 1 additions and 0 deletions

View File

@ -1537,6 +1537,7 @@ _edje_embryo_fn_custom_state(Embryo_Program *ep, Embryo_Cell *params)
d->text.text = DUP(d->text.text);
d->text.text_class = DUP(d->text.text_class);
d->text.font = DUP(d->text.font);
d->text.style = DUP(d->text.style);
#undef DUP
rp->custom.description = d;