From 2d5e3f56804ecf3df99fed58df4f9a8d0f306988 Mon Sep 17 00:00:00 2001 From: dkolmck Date: Fri, 17 Mar 2017 06:40:45 +0000 Subject: [PATCH] KOL.pas: * fix WndProcCMExec (for get result from Thread.Synchronize{Ex}) git-svn-id: https://svn.code.sf.net/p/kolmck/code@158 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07 --- KOL.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/KOL.pas b/KOL.pas index e09af67..3c9137b 100644 --- a/KOL.pas +++ b/KOL.pas @@ -26530,6 +26530,7 @@ begin Rslt := Thread.FMethodEx(Thread, Pointer(Msg.wParam)) else Rslt := Thread.FMethod(); + Result := True; end; end;