mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 00:22:51 +02:00
MG: fixed example
git-svn-id: trunk@1141 -
This commit is contained in:
parent
136f26bb0c
commit
94daa35ae0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user