summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-07-18 16:15:11 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-07-18 17:51:38 +0200
commit92bad54778a036d14a16adb1197ce5b0f45ea0cb (patch)
treebadb71c4c020db068dc6ae993984014a8b0938df
parent8e2f5e8642c1c559af3b53c9768eb7dbe621b8f5 (diff)
downloadefl-92bad54778a036d14a16adb1197ce5b0f45ea0cb.tar.gz
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
-rw-r--r--src/lib/elementary/elm_widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_widget.c b/src/lib/elementary/elm_widget.c
index 8b85872ae1..c14e711fb5 100644
--- a/src/lib/elementary/elm_widget.c
+++ b/src/lib/elementary/elm_widget.c
@@ -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