fix: not allow scroller stack in multi tag

This commit is contained in:
DreamMaoMao 2026-01-17 15:38:23 +08:00
parent d9da4930c7
commit 2ad2d205c5

View file

@ -605,6 +605,10 @@ arrange(Monitor *m, bool want_animation, bool from_view) {
wl_list_for_each(c, &clients, link) {
if (!client_only_in_one_tag(c) || c->isglobal || c->isunglobal) {
exit_scroller_stack(c);
}
if (from_view && (c->isglobal || c->isunglobal)) {
set_size_per(m, c);
}