and fix window_move action by putting this line back

This commit is contained in:
Mike Blumenkrantz 2014-01-23 09:12:10 -05:00
parent 292e8fd4b3
commit 4614d8b0fb
1 changed files with 1 additions and 0 deletions

View File

@ -3778,6 +3778,7 @@ e_client_act_move_begin(E_Client *ec, E_Binding_Event_Mouse_Button *ev)
if (!_e_client_move_begin(ec))
return;
_e_client_action_init(ec);
e_zone_edge_disable();
ec->moving = 1;
e_pointer_mode_push(ec, E_POINTER_MOVE);