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
This commit is contained in:
Mike Blumenkrantz 2017-06-09 20:18:20 -04:00
parent f396d3fe42
commit 7d39be8c4a
1 changed files with 1 additions and 0 deletions

View File

@ -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");