Эх сурвалжийг харах

don't resize master if not in tiled mode

Anselm R. Garbe 18 жил өмнө
parent
commit
4cff744438
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      view.c

+ 2 - 0
view.c

@@ -177,6 +177,8 @@ isvisible(Client *c) {
 
 void
 resizemaster(Arg *arg) {
+	if(arrange != dotile)
+		return;
 	if(arg->i == 0)
 		master = MASTER;
 	else {