LCL: CustomDrawn: fixed compilation (Issue #0029142).

git-svn-id: trunk@50704 -
This commit is contained in:
bart 2015-12-06 21:13:50 +00:00
parent 3876f97d12
commit bfb40fcde5

View File

@ -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