Anselm R Garbe 17 年之前
父节点
当前提交
8aa1533879
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      config.anselm.h

+ 2 - 0
config.anselm.h

@@ -78,12 +78,14 @@ setanselmgeoms(void) {
 void
 anselmgeoms(const char *arg) {
 	setgeoms = setanselmgeoms;
+	setgeoms();
 	setlayout("[]|");
 }
 
 void
 defgeoms(const char *arg) {
 	setgeoms = setdefaultgeoms;
+	setgeoms();
 	setlayout("[]=");
 }