mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:19:19 +02:00
Fix RangeCheck, introduced in rev 18190 #12e937579c
git-svn-id: trunk@18196 -
This commit is contained in:
parent
c12eb5cec6
commit
c0109e8c01
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user