Client: Fix layout update bug when a client is closed on another tag.
This commit is contained in:
parent
e723c03fe3
commit
0b5b2affd4
@ -897,7 +897,13 @@ client_unmanage(Client *c)
|
|||||||
ewmh_get_client_list();
|
ewmh_get_client_list();
|
||||||
|
|
||||||
/* Arrange */
|
/* Arrange */
|
||||||
|
if(c->tag == seltag[selscreen] && c->screen == selscreen)
|
||||||
tags[c->screen][c->tag].layout.func(c->screen);
|
tags[c->screen][c->tag].layout.func(c->screen);
|
||||||
|
else
|
||||||
|
{
|
||||||
|
tags[c->screen][c->tag].request_update = True;
|
||||||
|
infobar_draw(c->screen);
|
||||||
|
}
|
||||||
|
|
||||||
XFree(c->title);
|
XFree(c->title);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user