Browse Source

changed restack, to fix undrawed tag indicators

Anselm R. Garbe 19 years ago
parent
commit
72faa1919e
1 changed files with 2 additions and 3 deletions
  1. 2 3
      view.c

+ 2 - 3
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) {