fix events on internal windows if placed on another desk with remembers

this fixes T8584

@fix
This commit is contained in:
Carsten Haitzler 2020-01-24 19:50:15 +00:00
parent 4880748dd2
commit c9efd9c23d
1 changed files with 1 additions and 0 deletions

View File

@ -1052,6 +1052,7 @@ _e_comp_x_evas_comp_hidden_cb(void *data, Evas_Object *obj EINA_UNUSED, void *ev
ecore_x_window_show(cwin);
}
if ((ec->internal) && (win == e_client_util_win_get(ec))) return;
if (ec->comp_hidden)
ecore_x_composite_window_events_disable(win);
else