elm_focus: unset newest focus properly on revert focus logic 56/248356/2
authorYeongjong Lee <yj34.lee@samsung.com>
Wed, 25 Nov 2020 23:26:14 +0000 (08:26 +0900)
committerYeongJong Lee <yj34.lee@samsung.com>
Thu, 26 Nov 2020 08:20:13 +0000 (08:20 +0000)
commit175c388280ae5cdbf46a0db4ad1317b9ecc60079
tree22f703c9ee9101a47c3f8a35ff0679deeee9cb0b
parenta25ab50c48decfcc4ee0a08f758220e85bac314a
elm_focus: unset newest focus properly on revert focus logic

If top win is not focused, newest focus is only set to true without clearing
focus. in this process, there can be multiple focused object.

This patch removes the code to check top win focus state before clearing focus
in _if_focused_revert().

Change-Id: Iea82435f21567cf4d7cd99151b240e71c003e965
src/lib/elementary/efl_ui_widget.c