Kaynağa Gözat

small fix of the last commit

arg@10ksloc.org 19 yıl önce
ebeveyn
işleme
f4208e7cac
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)  {