[client] Invalidate cache on maximize
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
3692e5f251
commit
a8ab903e24
1
client.c
1
client.c
|
@ -980,7 +980,6 @@ client_maximize(Client *c, area_t geometry)
|
||||||
client_setfloating(c, True);
|
client_setfloating(c, True);
|
||||||
client_focus(c, c->screen, True);
|
client_focus(c, c->screen, True);
|
||||||
client_resize(c, geometry, False);
|
client_resize(c, geometry, False);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
else if(c->wasfloating)
|
else if(c->wasfloating)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue