From a5c098ebc5d09717fbcbc0df0a6f94fc6092803c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 25 Jun 2014 14:43:43 -0400 Subject: [PATCH] reenable edges after signal move ends probably fix T1363 since it is not reproducible --- src/bin/e_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_client.c b/src/bin/e_client.c index 0e563da6e..af66e8941 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -4407,8 +4407,8 @@ e_client_signal_move_end(E_Client *ec, const char *sig EINA_UNUSED, const char * E_OBJECT_CHECK(ec); E_OBJECT_TYPE_CHECK(ec, E_CLIENT_TYPE); if (!ec->moving) return; - e_zone_edge_enable(); _e_client_move_end(ec); + e_zone_edge_enable(); e_zone_flip_coords_handle(ec->zone, -1, -1); }