From f396d3fe42e8aad1e158c78850ddeba2598f66c6 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 9 Jun 2017 20:18:20 -0400 Subject: [PATCH] re-enable zone edges during window_move action this can now be sensibly handled without accidentally sending input to every object on the canvas ref T5552 --- src/bin/e_client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_client.c b/src/bin/e_client.c index 75c683d66..c9961f365 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -4850,7 +4850,6 @@ e_client_act_move_begin(E_Client *ec, E_Binding_Event_Mouse_Button *ev) return; _e_client_action_init(ec); - e_zone_edge_disable(); e_pointer_mode_push(ec, E_POINTER_MOVE); } @@ -5201,7 +5200,6 @@ e_client_signal_move_begin(E_Client *ec, const char *sig, const char *src EINA_U if (!_e_client_move_begin(ec)) return; _e_client_action_init(ec); e_pointer_mode_push(ec, E_POINTER_MOVE); - e_zone_edge_disable(); } E_API void