浏览代码

respecting inc hints in floating mode on togglemax

Anselm R.Garbe 19 年之前
父节点
当前提交
6521c2dd41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client.c

+ 1 - 1
client.c

@@ -411,7 +411,7 @@ togglemax(Arg *arg)
 		sel->h = sh - 2 - bh;
 
 		higher(sel);
-		resize(sel, False, TopLeft);
+		resize(sel, arrange == dofloat, TopLeft);
 
 		sel->x = ox;
 		sel->y = oy;