mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:29:28 +02:00
parent
eb52aebd64
commit
d1fa7b28f6
@ -53,6 +53,7 @@ procedure TCarbonCalendar.CreateWidget(const AParams: TCreateParams);
|
||||
begin
|
||||
if OSError(CalendarViewCreate(GetTopParentWindow, ParamsToCarbonRect(AParams), Widget),
|
||||
Self, 'CreateWidget', 'CalendarViewCreate') then RaiseCreateWidgetError(LCLObject);
|
||||
inherited;
|
||||
end;
|
||||
|
||||
procedure TCarbonCalendar.SetDateTime(const aDate: TDateTime);
|
||||
|
Loading…
Reference in New Issue
Block a user