mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 08:38:25 +02:00
gtk2: fix TCalendar destruction
git-svn-id: trunk@20905 -
This commit is contained in:
parent
0d3009fb76
commit
d644759b08
@ -158,7 +158,8 @@ begin
|
|||||||
CalendarWidget:=GetCalendar(CalendarCtrl);
|
CalendarWidget:=GetCalendar(CalendarCtrl);
|
||||||
gtk_calendar_thaw(CalendarWidget);
|
gtk_calendar_thaw(CalendarWidget);
|
||||||
|
|
||||||
inherited DestroyHandle(AWinControl);
|
TGtk2WSWinControl.DestroyHandle(AWinControl);
|
||||||
|
//inherited DestroyHandle(AWinControl);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
class function TGtk2WSCustomCalendar.GetDateTime(const ACalendar: TCustomCalendar): TDateTime;
|
class function TGtk2WSCustomCalendar.GetDateTime(const ACalendar: TCustomCalendar): TDateTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user