elementary widget: actually this is a right fix than fa4a72d3fc

Now rage and enventor both will be fine.
This commit is contained in:
Hermet Park 2016-08-04 16:44:06 +09:00
parent fa4a72d3fc
commit b07617ea76
1 changed files with 1 additions and 1 deletions

View File

@ -1025,7 +1025,7 @@ _elm_widget_theme_apply(Eo *obj, Elm_Widget_Smart_Data *_pd EINA_UNUSED)
{
_elm_widget_mirrored_reload(obj);
if (elm_widget_disabled_get(obj))
elm_widget_disabled_set(obj, elm_widget_disabled_get(obj));
elm_widget_disabled_internal(obj, elm_widget_disabled_get(obj));
return ELM_THEME_APPLY_SUCCESS;
}