mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 02:20:39 +02:00
LCL: CustomDrawn: fixed compilation (Issue #0029142).
git-svn-id: trunk@50704 -
This commit is contained in:
parent
3876f97d12
commit
bfb40fcde5
@ -1136,7 +1136,7 @@ begin
|
||||
end
|
||||
else if (DFCS_BUTTONPUSH and uState) <> 0 then
|
||||
begin
|
||||
GetDefaultDrawer().DrawButton(LazDC, Point(0,0), lSize, lState, TCDButtonStateEx(lControlStateEx));
|
||||
GetDefaultDrawer().DrawButton(LazDC, Types.Point(0,0), lSize, lState, TCDButtonStateEx(lControlStateEx));
|
||||
end
|
||||
else if (DFCS_BUTTONRADIOIMAGE and uState) <> 0 then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user