The more panel should be changed when the theme is changed.

SVN revision: 73483
This commit is contained in:
Jaehwan Kim 2012-07-09 05:22:25 +00:00
parent 445926adf9
commit 1231092691
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ _theme_hook(Evas_Object *obj)
if (!wd) return;
_elm_widget_mirrored_reload(obj);
elm_smart_scroller_object_theme_set(obj, wd->scr, "toolbar", "base", elm_widget_style_get(obj));
elm_layout_theme_set(wd->more, "toolbar", "more", elm_widget_style_get(obj));
_mirrored_set(obj, elm_widget_mirrored_get(obj));
scale = (elm_widget_scale_get(obj) * _elm_config->scale);
edje_object_scale_set(wd->scr, scale);