Client: Fix possible bug in removing focus when client wanted tag is set
This commit is contained in:
parent
8c24370a9f
commit
b38db34de5
@ -865,7 +865,10 @@ client_set_wanted_tag(Client *c)
|
||||
c->tag = j;
|
||||
|
||||
if(c->tag != seltag[selscreen])
|
||||
{
|
||||
tags[c->screen][c->tag].request_update = True;
|
||||
client_focus(NULL);
|
||||
}
|
||||
|
||||
tags[c->screen][c->tag].layout.func(c->screen);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user