use client_apply_tgeo in fac_resize

This commit is contained in:
Martin Duquesnoy 2011-10-27 18:53:24 +02:00
parent d1ec33ed53
commit a4564543d7

View File

@ -868,11 +868,7 @@ client_fac_resize(struct client *c, enum position p, int fac)
/* Success, resize clients */
if(b)
{
SLIST_FOREACH(gc, &c->tag->clients, tnext)
{
client_moveresize(gc, &gc->tgeo);
gc->flags &= ~CLIENT_FAC_APPLIED;
}
client_apply_tgeo(c->tag);
layout_save_set(c->tag);
}