Client/Layout: Fix layout arranging bug with multihead, when closing a client who is on another screen in the current tag.
This commit is contained in:
parent
b5ec3dd9fa
commit
24bb4224b3
@ -884,9 +884,6 @@ client_unmanage(Client *c)
|
||||
ewmh_get_client_list();
|
||||
|
||||
/* Arrange */
|
||||
if(c->tag != seltag[selscreen])
|
||||
tags[c->screen][c->tag].request_update = True;
|
||||
else
|
||||
tags[c->screen][c->tag].layout.func(c->screen);
|
||||
|
||||
XFree(c->title);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user