mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:40:25 +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
|
end
|
||||||
else if (DFCS_BUTTONPUSH and uState) <> 0 then
|
else if (DFCS_BUTTONPUSH and uState) <> 0 then
|
||||||
begin
|
begin
|
||||||
GetDefaultDrawer().DrawButton(LazDC, Point(0,0), lSize, lState, TCDButtonStateEx(lControlStateEx));
|
GetDefaultDrawer().DrawButton(LazDC, Types.Point(0,0), lSize, lState, TCDButtonStateEx(lControlStateEx));
|
||||||
end
|
end
|
||||||
else if (DFCS_BUTTONRADIOIMAGE and uState) <> 0 then
|
else if (DFCS_BUTTONRADIOIMAGE and uState) <> 0 then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user