编辑器
优化查找输入细节
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user