mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-14 08:22:13 -04:00
fix: fix floating in scroller stack
This commit is contained in:
parent
4d5474d218
commit
d9da4930c7
1 changed files with 2 additions and 0 deletions
|
|
@ -4578,6 +4578,8 @@ setfloating(Client *c, int32_t floating) {
|
||||||
c->bw = c->isnoborder ? 0 : borderpx;
|
c->bw = c->isnoborder ? 0 : borderpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exit_scroller_stack(c);
|
||||||
|
|
||||||
// 重新计算居中的坐标
|
// 重新计算居中的坐标
|
||||||
if (!client_is_x11(c) && !c->iscustompos)
|
if (!client_is_x11(c) && !c->iscustompos)
|
||||||
target_box =
|
target_box =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue