浏览代码

Fix visual file name limitation in File Dialog

Arthur Yefimov 2 年之前
父节点
当前提交
f42fcec8ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/OV.Mod

+ 1 - 1
src/OV.Mod

@@ -1857,7 +1857,7 @@ BEGIN C := c(ColumnList); INC(x, C.x); INC(y, C.y);
       ELSE fg := 14
       END
     END;
-    T.Print(x2, y2, x2 + colw - 1, s, fg, bg);
+    T.Print(x2, y2, colw - 1, s, fg, bg);
     IF y2 < y + C.h - 2 THEN INC(y2) ELSE y2 := y; INC(x2, colw + 1) END;
     StrList.Next(C.items, s); INC(i)
   END;