elm_widget: eval all children if the disable property has changed

since all children could have a new register state in the manager

fix T5753
This commit is contained in:
Marcel Hollerbach 2017-07-18 16:15:11 +02:00
parent 8e2f5e8642
commit 92bad54778
1 changed files with 1 additions and 1 deletions

View File

@ -3409,7 +3409,7 @@ _elm_widget_disabled_set(Eo *obj, Elm_Widget_Smart_Data *sd, Eina_Bool disabled)
elm_widget_disabled_internal(obj, disabled);
if (efl_finalized_get(obj))
_focus_state_eval(obj, sd);
_full_eval_children(obj, sd);
}
EOLIAN static Eina_Bool