elementary widget: actually this is a right fix than fa4a72d3fcb6a96f6291a0717036b282...
authorHermet Park <hermet@hermet.pe.kr>
Thu, 4 Aug 2016 07:44:06 +0000 (16:44 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Thu, 4 Aug 2016 07:44:06 +0000 (16:44 +0900)
Now rage and enventor both will be fine.

src/lib/elementary/elm_widget.c

index 529fef6..c95b2bd 100644 (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;
 }