discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7d39be8c4a74df57cee447c8f984eea98e228b69
commit 7d39be8c4a74df57cee447c8f984eea98e228b69 Author: Mike Blumenkrantz <[email protected]> Date: Fri Jun 9 20:18:20 2017 -0400 send nograb signal to ssd theme on creation disable pointer grabs on ssd borders edge bindings can now be triggered during window drags fix T5552 --- src/bin/e_comp_object.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 791e6c9fd..3f04097a4 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -3441,6 +3441,7 @@ e_comp_object_frame_theme_set(Evas_Object *obj, const char *name) if (ok) { cw->frame_object = o; + edje_object_signal_emit(o, "e,titlebar,nograb", "e"); eina_stringshare_del(cw->frame_theme); cw->frame_theme = theme; evas_object_name_set(o, "cw->frame_object"); --
