From 527d62f700d1ff225eb142471b12b38ede58cfe9 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 15 Jan 2012 16:23:29 +0100 Subject: [PATCH] Previous fix fixed previous previous one, don't need to apply_tgeo between vertical/horizontal fac adapt --- src/client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client.c b/src/client.c index bcd0a25..0c82cae 100644 --- a/src/client.c +++ b/src/client.c @@ -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)