diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index a6208c09..a4031ed8 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -377,6 +377,7 @@ int32_t moveresize(const Arg *arg) { /* Float the window and tell motionnotify to grab it */ if (grabc->isfloating == 0 && arg->ui == CurMove) { grabc->drag_to_tile = true; + exit_scroller_stack(grabc); setfloating(grabc, 1); }