Previous fix fixed previous previous one, don't need to apply_tgeo between vertical/horizontal fac adapt
This commit is contained in:
parent
0e7e9a135e
commit
527d62f700
@ -1250,8 +1250,6 @@ client_fac_hint(struct client *c)
|
||||
if(c->tgeo.h < h)
|
||||
_fac_resize(c, Bottom, (h - c->tgeo.h));
|
||||
|
||||
client_apply_tgeo(c->tag);
|
||||
|
||||
if(c->geo.w < w)
|
||||
_fac_resize(c, Left, (w - c->geo.w));
|
||||
if(c->tgeo.w < w)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user