mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +02:00
MG: prevented gtk interfaces checksum error
git-svn-id: trunk@1518 -
This commit is contained in:
parent
9789b52598
commit
b0139a0c4e
@ -19,14 +19,14 @@
|
||||
}
|
||||
|
||||
|
||||
unit interfaces;
|
||||
unit Interfaces;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
InterfaceBase,Clipbrd,SysUtils;
|
||||
InterfaceBase;
|
||||
|
||||
var
|
||||
InterfaceObject : TInterfaceBase;
|
||||
@ -34,7 +34,7 @@ var
|
||||
implementation
|
||||
|
||||
uses
|
||||
GTKInt,
|
||||
GTKInt, Clipbrd, SysUtils,
|
||||
Forms; // MG: GTKInt uses forms, so the application object is destroyed
|
||||
// in the forms finalization section AFTER this finalization
|
||||
// section. But the lcl objects need the gtk to close clean.
|
||||
|
Loading…
Reference in New Issue
Block a user