Cfactor: Fix cfactor clean in case of split
This commit is contained in:
parent
391aae2dea
commit
f606b5ba88
@ -48,7 +48,8 @@ cfactor_clean(Client *c)
|
||||
{
|
||||
CHECK(c);
|
||||
|
||||
if(!tags[c->screen][c->tag].cleanfact)
|
||||
if(!tags[c->screen][c->tag].cleanfact
|
||||
&& !tags[c->screen][c->tag].split)
|
||||
return;
|
||||
|
||||
c->tilefact[Right] = c->tilefact[Left] = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user