编辑器

优化查找输入细节
This commit is contained in:
JianjunLiu
2023-03-14 10:27:40 +08:00
parent 946df3c42b
commit 73ad8b3530
3 changed files with 11 additions and 5 deletions
+6 -2
View File
@@ -4617,8 +4617,11 @@ type tenterouterlist = class
begin
FIndex := -1;
FList := array();
FTimer.stop();
FTimer := nil;
if FTimer then
begin
FTimer.stop();
FTimer := nil;
end
end
Mousemovecall;
Mousehittest;
@@ -4628,6 +4631,7 @@ type tenterouterlist = class
FLock;
FIndex ;
FList;
FTimer; //20230314 ÐÞÕý´Ë´¦ÎÊÌâ
end
type tgtk_ctl_object = class(_gtkeventtype)
private