lcl: customdrawn: fixed compilation

git-svn-id: branches/fixes_1_6@50706 -
This commit is contained in:
mattias 2015-12-06 23:02:30 +00:00
parent 3e3b5385e1
commit 6130557ef5

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