CEdit: bugfix

git-svn-id: svn://kolibrios.org@9913 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Anton Krotov
2023-04-13 19:16:45 +00:00
parent 21c201190a
commit d23a080c99
7 changed files with 25 additions and 18 deletions
+2 -1
View File
@@ -2957,7 +2957,8 @@ BEGIN
text.enc := E.CP866;
text.eol := E.EOL_CRLF;
SetPos(text, 0, 0);
resetSelect(text)
resetSelect(text);
Comments(text)
RETURN text
END New;