From 4ccd56ad0128cb0560147d103fea1a66d8ebafcd Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Wed, 25 Mar 2026 19:44:29 +0800 Subject: [PATCH] fix: miss make grabc exit scroll stack --- src/dispatch/bind_define.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index 68309356..9c6cde9d 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -376,6 +376,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); }