Elementary box: fixed on-the-fly UI-mirroring.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Feb 2011 15:13:02 +0000 (15:13 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Feb 2011 15:13:02 +0000 (15:13 +0000)
By Aharon Hillel.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@56921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_box.c

index 6c4b697..789e096 100644 (file)
@@ -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);
 }