CEdit: bugfix
git-svn-id: svn://kolibrios.org@9818 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
824bf97e3c
commit
1f8d911067
Binary file not shown.
@ -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";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user