don't attempt desk flips from client move handler

this should be handled by normal zone handlers now
This commit is contained in:
Mike Blumenkrantz 2017-07-14 18:44:22 -04:00
parent 8af555cae0
commit b7776798c7
1 changed files with 0 additions and 1 deletions

View File

@ -3146,7 +3146,6 @@ e_client_mouse_move(E_Client *ec, Evas_Point *output)
ec->shelf_fix.y = 0;
ec->shelf_fix.modified = 0;
evas_object_move(ec->frame, new_x, new_y);
if (ec->zone) e_zone_flip_coords_handle(ec->zone, output->x, output->y);
}
else if (e_client_util_resizing_get(ec))
{