界面库

代码解析可能出现的问题
This commit is contained in:
JianjunLiu
2022-06-20 10:02:22 +08:00
parent e4128f29a4
commit de192f0fe6
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ type TCustomThreadworker = class()
if not FThreaders then return ;
for idx,i in mrows( FThreaders,1) do
begin
o := FThreaders[i];
o := FThreaders[i];
if uifeachthreadworkerdata(o.handle,msg,data) then
begin
case msg of