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;