status needs update even in togglemax() - since we got an indicator for this

This commit is contained in:
Anselm R. Garbe 2007-02-22 10:59:42 +01:00
parent 84432e6b36
commit 4bd4f421d3
1 changed files with 1 additions and 0 deletions

View File

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