bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=03c20cc7581067aeed6e1c10601460f5a61bf41f
commit 03c20cc7581067aeed6e1c10601460f5a61bf41f Author: Marcel Hollerbach <[email protected]> Date: Sun May 6 19:02:35 2018 +0200 elm_toolbar: flush out the items once one is hidden ref T6806 --- src/lib/elementary/elm_toolbar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/elm_toolbar.c b/src/lib/elementary/elm_toolbar.c index 81e6625d2f..57e47e1f5a 100644 --- a/src/lib/elementary/elm_toolbar.c +++ b/src/lib/elementary/elm_toolbar.c @@ -141,6 +141,7 @@ _items_visibility_fix(Elm_Toolbar *obj, } } efl_ui_focus_composition_dirty(obj); + efl_ui_focus_object_prepare_logical(obj); } static void --
