Wrong place for elm_widget_highlight_in_theme_set

elm_widget_highlight_in_theme_set only can be called in _theme_hook
after read edje data.

SVN revision: 52850
This commit is contained in:
Tiago Rezende Campos Falcao 2010-09-28 14:15:20 +00:00
parent 5b3c37ac24
commit bbb96b91d4
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@ elm_panel_add(Evas_Object *parent)
elm_widget_signal_callback_del_hook_set(obj, _signal_callback_del_hook);
elm_widget_focus_cycle_hook_set(obj, _elm_panel_focus_cycle_hook);
elm_widget_can_focus_set(obj, EINA_TRUE);
elm_widget_highlight_in_theme_set(obj, EINA_TRUE);
elm_widget_event_hook_set(obj, _event_hook);
wd->scr = elm_smart_scroller_add(evas);