mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 04:58:11 +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);
|
||||
gtk_calendar_thaw(CalendarWidget);
|
||||
|
||||
inherited DestroyHandle(AWinControl);
|
||||
TGtk2WSWinControl.DestroyHandle(AWinControl);
|
||||
//inherited DestroyHandle(AWinControl);
|
||||
end;
|
||||
|
||||
class function TGtk2WSCustomCalendar.GetDateTime(const ACalendar: TCustomCalendar): TDateTime;
|
||||
|
Loading…
Reference in New Issue
Block a user