Anselm R Garbe 17 vuotta sitten
vanhempi
commit
5a3a2d6b63
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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