mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-20 11:19:26 +02:00
lcl: customdrawn: fixed compilation
git-svn-id: branches/fixes_1_6@50706 -
This commit is contained in:
parent
3e3b5385e1
commit
6130557ef5
@ -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