elm_widget: also update if visible set is intersected
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Mon, 18 Sep 2017 12:21:38 +0000 (14:21 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Mon, 18 Sep 2017 13:49:43 +0000 (15:49 +0200)
commitdcedaf8e09a9e163d4d4128373ec9c8db29c8da0
treef8bac3f8140dbe9ccefdc4cc79976be43d5f4122
parent1fb306fd3efaf6a1644d75fc37a17122522d02e2
elm_widget: also update if visible set is intersected

the error case is when a element is shown, but its parent was not.
In that case intersect returns immidiatly, without evalulating the focus
state again.
src/lib/elementary/elm_widget.c