mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 10:20:55 +02:00
started package registration
git-svn-id: trunk@2625 -
This commit is contained in:
parent
ce7861f2c2
commit
5f4ef8094e
@ -33,6 +33,7 @@ uses
|
||||
var
|
||||
// gtk-interface options
|
||||
UseTransientForModalWindows: boolean;
|
||||
UpdatingTransientWindows: boolean;
|
||||
|
||||
var
|
||||
//drag icons
|
||||
@ -287,6 +288,7 @@ implementation
|
||||
initialization
|
||||
ModalWindows:=nil;
|
||||
UseTransientForModalWindows:=true;
|
||||
UpdatingTransientWindows:=false;
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user