浏览代码

added missing arrange

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

+ 1 - 0
tag.c

@@ -269,6 +269,7 @@ tag(Arg *arg)
 		sel->tags[i] = False;
 	sel->tags[arg->i] = True;
 	settitle(sel);
+	arrange(NULL);
 }
 
 void