Fix RangeCheck, introduced in rev 18190 #12e937579c

git-svn-id: trunk@18196 -
This commit is contained in:
martin 2009-01-07 18:54:51 +00:00
parent c12eb5cec6
commit c0109e8c01

View File

@ -388,7 +388,7 @@ begin
case Msg of
WM_GETFONT:
begin
Result := Control.Font.Reference.Handle;
Result := LResult(Control.Font.Reference.Handle);
end;
else
Result := WindowProc(Window, Msg, WParam, LParam);