Anselm R Garbe hace 17 años
padre
commit
5a3a2d6b63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dwm.c

+ 1 - 1
dwm.c

@@ -1480,7 +1480,7 @@ setmfact(const char *arg) {
 			return;
 		mfact = delta;
 	}
-	arrange();
+	setgeom(geom->symbol);
 }
 
 void