Explorar o código

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

Anselm R. Garbe %!s(int64=18) %!d(string=hai) anos
pai
achega
4bd4f421d3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      layout.c

+ 1 - 0
layout.c

@@ -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));
 }