restack on max
This commit is contained in:
parent
29a5cda54f
commit
1381989651
2
client.c
2
client.c
|
@ -888,11 +888,13 @@ client_maximize(Client *c, Area geometry)
|
|||
/* set floating after resizing so it won't save
|
||||
* coords */
|
||||
c->isfloating = True;
|
||||
restack(c->screen);
|
||||
}
|
||||
else if(c->wasfloating)
|
||||
{
|
||||
c->isfloating = True;
|
||||
client_resize(c, c->m_geometry, False);
|
||||
restack(c->screen);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue