From: tasn Date: Thu, 10 Feb 2011 15:13:02 +0000 (+0000) Subject: Elementary box: fixed on-the-fly UI-mirroring. X-Git-Tag: REL_F_I9500_20120323_1~17^2~3178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e8133452990626ee045edf867f213cba0696146;p=framework%2Fuifw%2Felementary.git Elementary box: fixed on-the-fly UI-mirroring. By Aharon Hillel. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@56921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_box.c b/src/lib/elm_box.c index 6c4b697..789e096 100644 --- a/src/lib/elm_box.c +++ b/src/lib/elm_box.c @@ -124,6 +124,7 @@ _theme_hook(Evas_Object *obj) { Widget_Data *wd = elm_widget_data_get(obj); if (!wd) return; + _elm_widget_mirrored_reload(obj); evas_object_smart_calculate(wd->box); }