MG: fixed example

git-svn-id: trunk@1141 -
This commit is contained in:
lazarus 2002-02-09 01:47:57 +00:00
parent 136f26bb0c
commit 94daa35ae0

View File

@ -757,8 +757,10 @@ begin
FreeGDKCursors;
gtk_object_unref(PGTKObject(FGTKToolTips));
FGTKToolTips := nil;
if FGTKToolTips<>nil then begin
gtk_object_unref(PGTKObject(FGTKToolTips));
FGTKToolTips := nil;
end;
FreeStockItems;
@ -6524,6 +6526,9 @@ end;
{ =============================================================================
$Log$
Revision 1.272 2002/10/30 13:20:11 lazarus
MG: fixed example
Revision 1.271 2002/10/30 12:37:25 lazarus
MG: mouse cursors are now allocated on demand