layout.c
changeset 819 21562c2567a6
parent 815 aca93bbd6e8d
child 823 fb5cbf0bd923
--- 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));
 }