Prechádzať zdrojové kódy

Fix visual file name limitation in File Dialog

Arthur Yefimov 2 rokov pred
rodič
commit
f42fcec8ec
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;