mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 20:56:31 +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;
|
FreeGDKCursors;
|
||||||
|
|
||||||
gtk_object_unref(PGTKObject(FGTKToolTips));
|
if FGTKToolTips<>nil then begin
|
||||||
FGTKToolTips := nil;
|
gtk_object_unref(PGTKObject(FGTKToolTips));
|
||||||
|
FGTKToolTips := nil;
|
||||||
|
end;
|
||||||
|
|
||||||
FreeStockItems;
|
FreeStockItems;
|
||||||
|
|
||||||
@ -6524,6 +6526,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.272 2002/10/30 13:20:11 lazarus
|
||||||
|
MG: fixed example
|
||||||
|
|
||||||
Revision 1.271 2002/10/30 12:37:25 lazarus
|
Revision 1.271 2002/10/30 12:37:25 lazarus
|
||||||
MG: mouse cursors are now allocated on demand
|
MG: mouse cursors are now allocated on demand
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user