okra pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2fa1d39a0f53b4f34d0e7823f0b527e21051ca93
commit 2fa1d39a0f53b4f34d0e7823f0b527e21051ca93 Author: Stephen 'Okra' Houston <smhousto...@gmail.com> Date: Tue Dec 13 09:39:31 2016 -0600 Luncher: Make sure previews are hidden and destroyed. This fixes https://phab.enlightenment.org/D4976 --- src/modules/luncher/bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/luncher/bar.c b/src/modules/luncher/bar.c index 57ebcfe..fae7084 100644 --- a/src/modules/luncher/bar.c +++ b/src/modules/luncher/bar.c @@ -742,7 +742,7 @@ _bar_icon_preview_show(void *data) return EINA_FALSE; if (ic->preview) - elm_popup_dismiss(ic->preview); + _bar_icon_preview_hide(ic); ic->preview = elm_ctxpopup_add(e_comp->elm); elm_object_style_set(ic->preview, "noblock"); --