consider style when theming entry

SVN revision: 42423
This commit is contained in:
Iván Briano 2009-09-11 19:35:57 +00:00
parent 3d7c117c61
commit 847ab424c8
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ _theme_hook(Evas_Object *obj)
Widget_Data *wd = elm_widget_data_get(obj);
const char *t;
t = eina_stringshare_add(elm_entry_entry_get(obj));
_elm_theme_set(wd->ent, "entry", _getbase(obj), "default");
_elm_theme_set(wd->ent, "entry", _getbase(obj), elm_widget_style_get(obj));
elm_entry_entry_set(obj, t);
eina_stringshare_del(t);
edje_object_scale_set(wd->ent, elm_widget_scale_get(obj) * _elm_config->scale);