small fix of the last commit
f4208e7c
1 file(s) · +1 −1
| 466 | 466 | { |
|
| 467 | 467 | Client *c; |
|
| 468 | 468 | ||
| 469 | - | if(!sel || arrange != dotile) |
|
| 469 | + | if(!sel || (arrange != dotile) || sel->isfloat) |
|
| 470 | 470 | return; |
|
| 471 | 471 | ||
| 472 | 472 | if(sel == getnext(clients) && sel->next) { |