From f4208e7cacd56de70d50218a0b5ace83e39b76a6 Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Sat, 5 Aug 2006 14:57:26 +0200 Subject: [PATCH] small fix of the last commit --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index 589b73e..6531410 100644 --- a/client.c +++ b/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) { -- 1.7.10.4