CEdit: bugfix

git-svn-id: svn://kolibrios.org@9818 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Anton Krotov 2022-05-17 18:09:04 +00:00
parent 824bf97e3c
commit 1f8d911067
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -28,7 +28,7 @@ IMPORT
RW, Ini, EB := EditBox, Tabs, Toolbar, SB := StatusBar;
CONST
HEADER = "CEdit (26-feb-2022)";
HEADER = "CEdit (17-may-2022)";
ShellFilter = "";
EditFilter = "SH|INC|TXT|ASM|OB07|C|CPP|H|PAS|PP|LUA|INI|JSON";

View File

@ -1685,6 +1685,7 @@ BEGIN
Lines.destroy(line);
line := Lines.create(TRUE)
END;
SetPos(text, cursor.X, cursor.Y);
Lines.destroy(line);
RW.destroy(cliptext)
END paste;