Explorar o código

small fix of the last commit

arg@10ksloc.org %!s(int64=19) %!d(string=hai) anos
pai
achega
f4208e7cac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)  {