Browse Source

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

master
Anselm R. Garbe 18 years ago
parent
commit
4bd4f421d3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      layout.c

+ 1
- 0
layout.c 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));
}


Loading…
Cancel
Save