efl-wl: always dismiss popups on hide

@fix
This commit is contained in:
Mike Blumenkrantz 2017-08-11 18:43:15 -04:00
parent 6644808159
commit 8052b90d20
1 changed files with 1 additions and 1 deletions

View File

@ -2352,7 +2352,7 @@ comp_surface_smart_hide(Evas_Object *obj)
if (!cs->shell.activated) return;
cs->shell.activated = 0;
if (cs->shell.grabs && cs->role)
if (cs->shell.popup && cs->role)
zxdg_popup_v6_send_popup_done(cs->role);
if (cs->parent && cs->shell.popup) return;
/* attempt to revert focus based on stacking order */