diff --git a/view.c b/view.c index bc1f4e2..fd07fc5 100644 --- a/view.c +++ b/view.c @@ -185,10 +185,9 @@ restack(void) { Client *c; XEvent ev; - if(!sel) { - drawstatus(); + drawstatus(); + if(!sel) return; - } if(sel->isfloat || arrange == dofloat) XRaiseWindow(dpy, sel->win); if(arrange != dofloat) {