Previous fix fixed previous previous one, don't need to apply_tgeo between vertical/horizontal fac adapt

This commit is contained in:
Martin Duquesnoy 2012-01-15 16:23:29 +01:00
parent 0e7e9a135e
commit 527d62f700

View File

@ -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)