The more panel should be changed when the theme is changed.
authorJaehwan Kim <jae.hwan.kim.neo@gmail.com>
Mon, 9 Jul 2012 05:22:25 +0000 (05:22 +0000)
committerJaehwan Kim <jae.hwan.kim.neo@gmail.com>
Mon, 9 Jul 2012 05:22:25 +0000 (05:22 +0000)
SVN revision: 73483

src/lib/elm_toolbar.c

index c28b619..9edbd8f 100644 (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);