Elementary box: fixed on-the-fly UI-mirroring.

By Aharon Hillel.

SVN revision: 56921
This commit is contained in:
Tom Hacohen 2011-02-10 15:13:02 +00:00
parent 04c2eda677
commit 62afe7cc3c
1 changed files with 1 additions and 0 deletions

View 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);
}