status needs update even in togglemax() - since we got an indicator for this
authorAnselm R. Garbe <arg@suckless.org>
Thu, 22 Feb 2007 10:59:42 +0100
changeset 819 21562c2567a6
parent 818 013954d9fe7a
child 820 e93d501648ab
status needs update even in togglemax() - since we got an indicator for this
layout.c
--- a/layout.c	Thu Feb 22 10:57:19 2007 +0100
+++ b/layout.c	Thu Feb 22 10:59:42 2007 +0100
@@ -206,6 +206,7 @@
 	}
 	else
 		resize(sel, sel->rx, sel->ry, sel->rw, sel->rh, True);
+	drawstatus();
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }