status needs update even in togglemax() - since we got an indicator for this
This commit is contained in:
parent
84432e6b36
commit
4bd4f421d3
1 changed files with 1 additions and 0 deletions
1
layout.c
1
layout.c
|
@ -206,6 +206,7 @@ togglemax(Arg arg) {
|
|||
}
|
||||
else
|
||||
resize(sel, sel->rx, sel->ry, sel->rw, sel->rh, True);
|
||||
drawstatus();
|
||||
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue