编辑器

撤销列选择升级
This commit is contained in:
JianjunLiu
2023-03-29 09:11:50 +08:00
parent 4f4029a835
commit 287e1b7d89
3 changed files with 138 additions and 217 deletions
-1
View File
@@ -4903,7 +4903,6 @@ type tfincodemap = class(tcustomcontrol)
if e.charcode=13 then
begin
et := geteditor();
echo ">>>enter\r\n";
if et then et.SetFocus();
end
end