Browse Source

small fix of the last commit

arg@10ksloc.org 19 năm trước cách đây
mục cha
commit
f4208e7cac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client.c

+ 1 - 1
client.c

@@ -466,7 +466,7 @@ zoom(Arg *arg)
 {
 	Client *c;
 
-	if(!sel || arrange != dotile)
+	if(!sel || (arrange != dotile) || sel->isfloat)
 		return;
 
 	if(sel == getnext(clients) && sel->next)  {